#962602

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

Shades of Burnt Umber #962602

Tints of Burnt Umber #962602

Color information

#962602 (or 0x962602) is unknown color: approx Burnt Umber. HEX triplet: 96, 26 and 02. RGB value is (150,38,2). Sum of RGB (Red+Green+Blue) = 150+38+2=190 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.95% from 190); Green value is 38 (15.23% from 255 or 20% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 150 - color contains mainly: red. Hex color #962602 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962602 is #69D9FD. Grayscale: #434343. Windows color (decimal): -6937086 or 140950. OLE color: 140950.

HSL color Cylindrical-coordinate representation of color #962602: hue angle of 14.59º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #962602 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB150382-
CMYK00.750.990.41
HSL14.59º97.37%29.8%-
HSV(B)14.59º98.67%58.82%-
XYZ13.287.870.88-
YUV67.3891.11186.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 78.95%
GREEN value IS 38 (15.23% from 255) = 20%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=78.95%
G=20%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15038200.750.990.4114.5997.3729.8
Hex9626204B6329f611e
Octal2264620113143511714136
Binary10010110100110100100101111000111010011111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962602; }

 p { color: rgb(150,38,2); }

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

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

 a { background-color: rgb(150,38,2); }

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

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

 span { border-color: rgb(150,38,2); }

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