Html Css Color HEX #604231 Very Dark Brown

📋 copy color: '#604231'

red 96 ◦ green 66 ◦ blue 49

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

Shades of Very Dark Brown #604231

Tints of Very Dark Brown #604231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 49 (19.53% from 255) = 23.22%

R = 45.5%
G = 31.28%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.49

 K value IS 0.62

RGB Variations

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

Color information

#604231 (or 0x604231) is known color: Very Dark Brown. HEX triplet: 60, 42 and 31. RGB value is (96,66,49). Sum of RGB (Red+Green+Blue) = 96+66+49=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #604231 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604231 is #9FBDCE. Grayscale: #494949. Windows color (decimal): -10468815 or 3228256. OLE color: 3228256.

HSL color Cylindrical-coordinate representation of color #604231: hue angle of 21.7º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #604231 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 66 49 -
CMYK 0 0.31 0.49 0.62
HSL 21.7º 0.32% 0.28% -
HSV(B) 21.7º 0.49% 0.38% -
XYZ 7.33 6.6 3.79 -
YUV 73.03 114.44 144.38 -
System Red Green Blue C M Y K H S L
Decimal 96 66 49 0 0.31 0.49 0.62 21.7 0.32 0.28
Hex 60 42 31 0 1F 31 3E 16 20 1C
Octal 140 102 61 0 37 61 76 26 40 34
Binary 1100000 1000010 110001 0 11111 110001 111110 10110 100000 11100

Color Harmonies of #604231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604231

Black with #604231

Text Example


Text Example

White with #604231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604231; }

 p { color: rgb(96,66,49); }

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

background-color css

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

 a { background-color: rgb(96,66,49); }

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

border-color css

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

 span { border-color: rgb(96,66,49); }

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