Html Css Color HEX #604A29 Dallas

📋 copy color: '#604A29'

red 96 ◦ green 74 ◦ blue 41

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

Shades of Dallas #604A29

Tints of Dallas #604A29

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.07%

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

R = 45.5%
G = 35.07%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#604A29 (or 0x604A29) is known color: Dallas. HEX triplet: 60, 4A and 29. RGB value is (96,74,41). Sum of RGB (Red+Green+Blue) = 96+74+41=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 41 (16.41% from 255 or 19.43% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #604A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604A29 is #9FB5D6. Grayscale: #4C4C4C. Windows color (decimal): -10466775 or 2706016. OLE color: 2706016.

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

Color convert

RGB 96 74 41 -
CMYK 0 0.23 0.57 0.62
HSL 36º 0.4% 0.27% -
HSV(B) 36º 0.57% 0.38% -
XYZ 7.67 7.54 3.15 -
YUV 76.82 107.79 141.68 -
System Red Green Blue C M Y K H S L
Decimal 96 74 41 0 0.23 0.57 0.62 36 0.4 0.27
Hex 60 4A 29 0 17 39 3E 24 28 1B
Octal 140 112 51 0 27 71 76 44 50 33
Binary 1100000 1001010 101001 0 10111 111001 111110 100100 101000 11011

Color Harmonies of #604A29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604A29

Black with #604A29

Text Example


Text Example

White with #604A29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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