Html Css Color HEX #962604 Burnt Umber

📋 copy color: '#962604'

red 150 ◦ green 38 ◦ blue 4

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

Shades of Burnt Umber #962604

Tints of Burnt Umber #962604

RGB

 RED value IS 150 (58.98% from 255) = 78.13%

 GREEN value IS 38 (15.23% from 255) = 19.79%

 BLUE value IS 4 (1.95% from 255) = 2.08%

R = 78.13%
G = 19.79%
B = 2.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#962604 (or 0x962604) is known color: Burnt Umber. HEX triplet: 96, 26 and 04. RGB value is (150,38,4). Sum of RGB (Red+Green+Blue) = 150+38+4=192 (25% of max value = 765). Red value is 150 (58.98% from 255 or 78.12% from 192); Green value is 38 (15.23% from 255 or 19.79% from 192); Blue value is 4 (1.95% from 255 or 2.08% from 192); Max value from RGB is 150 - color contains mainly: red. Hex color #962604 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962604 is #69D9FB. Grayscale: #434343. Windows color (decimal): -6937084 or 272022. OLE color: 272022.

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

Color convert

RGB 150 38 4 -
CMYK 0 0.75 0.97 0.41
HSL 13.97º 0.95% 0.3% -
HSV(B) 13.97º 0.97% 0.59% -
XYZ 13.29 7.88 0.94 -
YUV 67.61 92.11 186.76 -
System Red Green Blue C M Y K H S L
Decimal 150 38 4 0 0.75 0.97 0.41 13.97 0.95 0.3
Hex 96 26 4 0 4B 61 29 E 5F 1E
Octal 226 46 4 0 113 141 51 16 137 36
Binary 10010110 100110 100 0 1001011 1100001 101001 1110 1011111 11110

Color Harmonies of #962604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962604

Black with #962604

Text Example


Text Example

White with #962604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962604; }

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

 H1.HeaderClassName
 {
   color: #962604;
 }
 .AnyTagClassName
 {
   color: #962604;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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