Html Css Color HEX #604928 Dallas

📋 copy color: '#604928'

red 96 ◦ green 73 ◦ blue 40

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

Shades of Dallas #604928

Tints of Dallas #604928

RGB

 RED value IS 96 (37.89% from 255) = 45.93%

 GREEN value IS 73 (28.91% from 255) = 34.93%

 BLUE value IS 40 (16.02% from 255) = 19.14%

R = 45.93%
G = 34.93%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#604928 (or 0x604928) is known color: Dallas. HEX triplet: 60, 49 and 28. RGB value is (96,73,40). Sum of RGB (Red+Green+Blue) = 96+73+40=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 73 (28.91% from 255 or 34.93% from 209); Blue value is 40 (16.02% from 255 or 19.14% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #604928 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604928 is #9FB6D7. Grayscale: #4C4C4C. Windows color (decimal): -10467032 or 2640224. OLE color: 2640224.

HSL color Cylindrical-coordinate representation of color #604928: hue angle of 35.36º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #604928 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 73 40 -
CMYK 0 0.24 0.58 0.62
HSL 35.36º 0.41% 0.27% -
HSV(B) 35.36º 0.58% 0.38% -
XYZ 7.59 7.41 3.04 -
YUV 76.12 107.62 142.18 -
System Red Green Blue C M Y K H S L
Decimal 96 73 40 0 0.24 0.58 0.62 35.36 0.41 0.27
Hex 60 49 28 0 18 3A 3E 23 29 1B
Octal 140 111 50 0 30 72 76 43 51 33
Binary 1100000 1001001 101000 0 11000 111010 111110 100011 101001 11011

Color Harmonies of #604928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604928

Black with #604928

Text Example


Text Example

White with #604928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604928; }

 p { color: rgb(96,73,40); }

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

background-color css

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

 a { background-color: rgb(96,73,40); }

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

border-color css

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

 span { border-color: rgb(96,73,40); }

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