#603F30

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

Shades of Very Dark Brown #603F30

Tints of Very Dark Brown #603F30

Color information

#603F30 (or 0x603F30) is unknown color: approx Very Dark Brown. HEX triplet: 60, 3F and 30. RGB value is (96,63,48). Sum of RGB (Red+Green+Blue) = 96+63+48=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 63 (25% from 255 or 30.43% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #603F30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F30 is #9FC0CF. Grayscale: #474747. Windows color (decimal): -10469584 or 3161952. OLE color: 3161952.

HSL color Cylindrical-coordinate representation of color #603F30: hue angle of 18.75º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #603F30 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.62.

Color convert

RGB966348-
CMYK00.340.500.62
HSL18.75º33.33%28.24%-
HSV(B)18.75º50%37.65%-
XYZ7.136.263.63-
YUV71.16114.93145.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 63 (25% from 255) = 30.43%
BLUE value IS 48 (19.14% from 255) = 23.19%
R=46.38%
G=30.43%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96634800.340.500.6218.7533.3328.24
Hex603F30022323E13211c
Octal14077600426276234134
Binary110000011111111000001000101100101111101001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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