Html Css Color HEX #604729 Dallas

📋 copy color: '#604729'

red 96 ◦ green 71 ◦ blue 41

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

Shades of Dallas #604729

Tints of Dallas #604729

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.13%

 BLUE value IS 41 (16.41% from 255) = 19.71%

R = 46.15%
G = 34.13%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#604729 (or 0x604729) is known color: Dallas. HEX triplet: 60, 47 and 29. RGB value is (96,71,41). Sum of RGB (Red+Green+Blue) = 96+71+41=208 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.15% from 208); Green value is 71 (28.12% from 255 or 34.13% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 96 - color contains mainly: red. Hex color #604729 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604729 is #9FB8D6. Grayscale: #4B4B4B. Windows color (decimal): -10467543 or 2705248. OLE color: 2705248.

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

Color convert

RGB 96 71 41 -
CMYK 0 0.26 0.57 0.62
HSL 32.73º 0.4% 0.27% -
HSV(B) 32.73º 0.57% 0.38% -
XYZ 7.48 7.15 3.08 -
YUV 75.06 108.78 142.94 -
System Red Green Blue C M Y K H S L
Decimal 96 71 41 0 0.26 0.57 0.62 32.73 0.4 0.27
Hex 60 47 29 0 1A 39 3E 21 28 1B
Octal 140 107 51 0 32 71 76 41 50 33
Binary 1100000 1000111 101001 0 11010 111001 111110 100001 101000 11011

Color Harmonies of #604729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604729

Black with #604729

Text Example


Text Example

White with #604729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604729; }

 p { color: rgb(96,71,41); }

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

background-color css

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

 a { background-color: rgb(96,71,41); }

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

border-color css

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

 span { border-color: rgb(96,71,41); }

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