Html Css Color HEX #604C29 Dallas

📋 copy color: '#604C29'

red 96 ◦ green 76 ◦ blue 41

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

Shades of Dallas #604C29

Tints of Dallas #604C29

RGB

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

 GREEN value IS 76 (30.08% from 255) = 35.68%

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

R = 45.07%
G = 35.68%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#604C29 (or 0x604C29) is known color: Dallas. HEX triplet: 60, 4C and 29. RGB value is (96,76,41). Sum of RGB (Red+Green+Blue) = 96+76+41=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 76 (30.08% from 255 or 35.68% from 213); Blue value is 41 (16.41% from 255 or 19.25% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #604C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C29 is #9FB3D6. Grayscale: #4E4E4E. Windows color (decimal): -10466263 or 2706528. OLE color: 2706528.

HSL color Cylindrical-coordinate representation of color #604C29: hue angle of 38.18º 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 #604C29 is Cyan = 0, Magento = 0.21, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 76 41 -
CMYK 0 0.21 0.57 0.62
HSL 38.18º 0.4% 0.27% -
HSV(B) 38.18º 0.57% 0.38% -
XYZ 7.81 7.82 3.19 -
YUV 77.99 107.13 140.85 -
System Red Green Blue C M Y K H S L
Decimal 96 76 41 0 0.21 0.57 0.62 38.18 0.4 0.27
Hex 60 4C 29 0 15 39 3E 26 28 1B
Octal 140 114 51 0 25 71 76 46 50 33
Binary 1100000 1001100 101001 0 10101 111001 111110 100110 101000 11011

Color Harmonies of #604C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604C29

Black with #604C29

Text Example


Text Example

White with #604C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604C29; }

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

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

background-color css

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

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

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

border-color css

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

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

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