Html Css Color HEX #962602 Burnt Umber

📋 copy color: '#962602'

red 150 ◦ green 38 ◦ blue 2

#962602
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Burnt Umber #962602

Tints of Burnt Umber #962602

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 value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#962602 (or 0x962602) is known color: 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

RGB 150 38 2 -
CMYK 0 0.75 0.99 0.41
HSL 14.59º 0.97% 0.3% -
HSV(B) 14.59º 0.99% 0.59% -
XYZ 13.28 7.87 0.88 -
YUV 67.38 91.11 186.93 -
System Red Green Blue C M Y K H S L
Decimal 150 38 2 0 0.75 0.99 0.41 14.59 0.97 0.3
Hex 96 26 2 0 4B 63 29 F 61 1E
Octal 226 46 2 0 113 143 51 17 141 36
Binary 10010110 100110 10 0 1001011 1100011 101001 1111 1100001 11110

Color Harmonies of #962602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962602

Black with #962602

Text Example


Text Example

White with #962602

Text Example


Text Example

HTML Codes & Css Web 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>