Html Css Color HEX #604033 Very Dark Brown

📋 copy color: '#604033'

red 96 ◦ green 64 ◦ blue 51

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

Shades of Very Dark Brown #604033

Tints of Very Dark Brown #604033

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

 BLUE value IS 51 (20.31% from 255) = 24.17%

R = 45.5%
G = 30.33%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.62

RGB Variations

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

Color information

#604033 (or 0x604033) is known color: Very Dark Brown. HEX triplet: 60, 40 and 33. RGB value is (96,64,51). Sum of RGB (Red+Green+Blue) = 96+64+51=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #604033 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604033 is #9FBFCC. Grayscale: #484848. Windows color (decimal): -10469325 or 3358816. OLE color: 3358816.

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

Color convert

RGB 96 64 51 -
CMYK 0 0.33 0.47 0.62
HSL 17.33º 0.31% 0.29% -
HSV(B) 17.33º 0.47% 0.38% -
XYZ 7.25 6.39 3.98 -
YUV 72.09 116.1 145.06 -
System Red Green Blue C M Y K H S L
Decimal 96 64 51 0 0.33 0.47 0.62 17.33 0.31 0.29
Hex 60 40 33 0 21 2F 3E 11 1F 1D
Octal 140 100 63 0 41 57 76 21 37 35
Binary 1100000 1000000 110011 0 100001 101111 111110 10001 11111 11101

Color Harmonies of #604033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604033

Black with #604033

Text Example


Text Example

White with #604033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604033; }

 p { color: rgb(96,64,51); }

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

background-color css

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

 a { background-color: rgb(96,64,51); }

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

border-color css

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

 span { border-color: rgb(96,64,51); }

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