Html Css Color HEX #604629 Dallas

📋 copy color: '#604629'

red 96 ◦ green 70 ◦ blue 41

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

Shades of Dallas #604629

Tints of Dallas #604629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.82%

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

R = 46.38%
G = 33.82%
B = 19.81%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.57

 K value IS 0.62

RGB Variations

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

Color information

#604629 (or 0x604629) is known color: Dallas. HEX triplet: 60, 46 and 29. RGB value is (96,70,41). Sum of RGB (Red+Green+Blue) = 96+70+41=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 41 (16.41% from 255 or 19.81% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #604629 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604629 is #9FB9D6. Grayscale: #4A4A4A. Windows color (decimal): -10467799 or 2704992. OLE color: 2704992.

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

Color convert

RGB 96 70 41 -
CMYK 0 0.27 0.57 0.62
HSL 31.64º 0.4% 0.27% -
HSV(B) 31.64º 0.57% 0.38% -
XYZ 7.41 7.03 3.06 -
YUV 74.47 109.11 143.36 -
System Red Green Blue C M Y K H S L
Decimal 96 70 41 0 0.27 0.57 0.62 31.64 0.4 0.27
Hex 60 46 29 0 1B 39 3E 20 28 1B
Octal 140 106 51 0 33 71 76 40 50 33
Binary 1100000 1000110 101001 0 11011 111001 111110 100000 101000 11011

Color Harmonies of #604629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604629

Black with #604629

Text Example


Text Example

White with #604629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604629; }

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

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

background-color css

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

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

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

border-color css

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

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

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