#603F38

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

Shades of Very Dark Brown #603F38

Tints of Very Dark Brown #603F38

Color information

#603F38 (or 0x603F38) is unknown color: approx Very Dark Brown. HEX triplet: 60, 3F and 38. RGB value is (96,63,56). Sum of RGB (Red+Green+Blue) = 96+63+56=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 56 (22.27% from 255 or 26.05% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #603F38 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F38 is #9FC0C7. Grayscale: #484848. Windows color (decimal): -10469576 or 3686240. OLE color: 3686240.

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

Color convert

RGB966356-
CMYK00.340.420.62
HSL10.5º26.32%29.8%-
HSV(B)10.5º41.67%37.65%-
XYZ7.326.334.58-
YUV72.07118.93145.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 44.65%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 56 (22.27% from 255) = 26.05%
R=44.65%
G=29.30%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96635600.340.420.6210.526.3229.8
Hex603F380222A3Ea1a1e
Octal14077700425276123236
Binary1100000111111111000010001010101011111010101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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