#603F34

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

Shades of Very Dark Brown #603F34

Tints of Very Dark Brown #603F34

Color information

#603F34 (or 0x603F34) is unknown color: approx Very Dark Brown. HEX triplet: 60, 3F and 34. RGB value is (96,63,52). Sum of RGB (Red+Green+Blue) = 96+63+52=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #603F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F34 is #9FC0CB. Grayscale: #474747. Windows color (decimal): -10469580 or 3424096. OLE color: 3424096.

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

Color convert

RGB966352-
CMYK00.340.460.62
HSL15º29.73%29.02%-
HSV(B)15º45.83%37.65%-
XYZ7.226.294.08-
YUV71.61116.93145.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 45.50%
GREEN value IS 63 (25% from 255) = 29.86%
BLUE value IS 52 (20.70% from 255) = 24.64%
R=45.50%
G=29.86%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.46
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96635200.340.460.621529.7329.02
Hex603F340222E3Ef1e1d
Octal14077640425676173635
Binary1100000111111110100010001010111011111011111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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