Html Css Color HEX #634830 Dallas

📋 copy color: '#634830'

red 99 ◦ green 72 ◦ blue 48

#634830
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dallas #634830

Tints of Dallas #634830

RGB

 RED value IS 99 (39.06% from 255) = 45.21%

 GREEN value IS 72 (28.52% from 255) = 32.88%

 BLUE value IS 48 (19.14% from 255) = 21.92%

R = 45.21%
G = 32.88%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.52

 K value IS 0.61

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#634830 (or 0x634830) is known color: Dallas. HEX triplet: 63, 48 and 30. RGB value is (99,72,48). Sum of RGB (Red+Green+Blue) = 99+72+48=219 (29% of max value = 765). Red value is 99 (39.06% from 255 or 45.21% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 48 (19.14% from 255 or 21.92% from 219); Max value from RGB is 99 - color contains mainly: red. Hex color #634830 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634830 is #9CB7CF. Grayscale: #4D4D4D. Windows color (decimal): -10270672 or 3164259. OLE color: 3164259.

HSL color Cylindrical-coordinate representation of color #634830: hue angle of 28.24º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #634830 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 72 48 -
CMYK 0 0.27 0.52 0.61
HSL 28.24º 0.35% 0.29% -
HSV(B) 28.24º 0.52% 0.39% -
XYZ 8 7.5 3.82 -
YUV 77.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 99 72 48 0 0.27 0.52 0.61 28.24 0.35 0.29
Hex 63 48 30 0 1B 34 3D 1C 23 1D
Octal 143 110 60 0 33 64 75 34 43 35
Binary 1100011 1001000 110000 0 11011 110100 111101 11100 100011 11101

Color Harmonies of #634830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #634830

Black with #634830

Text Example


Text Example

White with #634830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #634830; }

 p { color: rgb(99,72,48); }

 H1.HeaderClassName
 {
   color: #634830;
 }
 .AnyTagClassName
 {
   color: #634830;
 }
</style>

background-color css

<style>
 a { background-color: #634830; }

 a { background-color: rgb(99,72,48); }

 div.DivClassName
 {
   background-color: #634830;
 }
 .BgClassName
 {
   background-color: #634830;
 }
</style>

border-color css

<style>
 span { border-color: #634830; }

 span { border-color: rgb(99,72,48); }

 td.TdClassName
 {
   border-color: #634830;
 }
 .TagClassName
 {
   border-color: #634830;
 }
</style>