#603F0D

Color #603F0D Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #603F0D

Tints of Raw Umber #603F0D

Color information

#603F0D (or 0x603F0D) is unknown color: approx Raw Umber. HEX triplet: 60, 3F and 0D. RGB value is (96,63,13). Sum of RGB (Red+Green+Blue) = 96+63+13=172 (22% of max value = 765). Red value is 96 (37.89% from 255 or 55.81% from 172); Green value is 63 (25% from 255 or 36.63% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 96 - color contains mainly: red. Hex color #603F0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F0D is #9FC0F2. Grayscale: #434343. Windows color (decimal): -10469619 or 868192. OLE color: 868192.

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

Color convert

RGB966313-
CMYK00.340.860.62
HSL36.14º76.15%21.37%-
HSV(B)36.14º86.46%37.65%-
XYZ6.676.071.2-
YUV67.1797.43148.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 55.81%
GREEN value IS 63 (25% from 255) = 36.63%
BLUE value IS 13 (5.47% from 255) = 7.56%
R=55.81%
G=36.63%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96631300.340.860.6236.1476.1521.37
Hex603FD022563E244c15
Octal1407715042126764411425
Binary1100000111111110101000101010110111110100100100110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603F0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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