#603F32

Color #603F32 Very Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Dark Brown #603F32

Tints of Very Dark Brown #603F32

Color information

#603F32 (or 0x603F32) is unknown color: approx Very Dark Brown. HEX triplet: 60, 3F and 32. RGB value is (96,63,50). Sum of RGB (Red+Green+Blue) = 96+63+50=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 50 (19.92% from 255 or 23.92% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #603F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F32 is #9FC0CD. Grayscale: #474747. Windows color (decimal): -10469582 or 3293024. OLE color: 3293024.

HSL color Cylindrical-coordinate representation of color #603F32: hue angle of 16.96º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #603F32 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.62.

Color convert

RGB966350-
CMYK00.340.480.62
HSL16.96º31.51%28.63%-
HSV(B)16.96º47.92%37.65%-
XYZ7.186.273.85-
YUV71.39115.93145.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.93%
GREEN value IS 63 (25% from 255) = 30.14%
BLUE value IS 50 (19.92% from 255) = 23.92%
R=45.93%
G=30.14%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96635000.340.480.6216.9631.5128.63
Hex603F32022303E11201d
Octal14077620426076214035
Binary110000011111111001001000101100001111101000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603F32; }

 p { color: rgb(96,63,50); }

 H1.HeaderClassName
 {
   color: #603F32;
 }
 .AnyTagClassName
 {
   color: #603F32;
 }
</style>
background-color css

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

 a { background-color: rgb(96,63,50); }

 div.DivClassName
 {
   background-color: #603F32;
 }
 .BgClassName
 {
   background-color: #603F32;
 }
</style>
border-color css

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

 span { border-color: rgb(96,63,50); }

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