Html Css Color HEX #962605 Burnt Umber

📋 copy color: '#962605'

red 150 ◦ green 38 ◦ blue 5

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

Shades of Burnt Umber #962605

Tints of Burnt Umber #962605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.59%

R = 77.72%
G = 19.69%
B = 2.59%

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

#962605 (or 0x962605) is known color: Burnt Umber. HEX triplet: 96, 26 and 05. RGB value is (150,38,5). Sum of RGB (Red+Green+Blue) = 150+38+5=193 (25% of max value = 765). Red value is 150 (58.98% from 255 or 77.72% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 5 (2.34% from 255 or 2.59% from 193); Max value from RGB is 150 - color contains mainly: red. Hex color #962605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #962605 is #69D9FA. Grayscale: #434343. Windows color (decimal): -6937083 or 337558. OLE color: 337558.

HSL color Cylindrical-coordinate representation of color #962605: hue angle of 13.66º degrees, saturation: 0.94, 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 #962605 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 38 5 -
CMYK 0 0.75 0.97 0.41
HSL 13.66º 0.94% 0.3% -
HSV(B) 13.66º 0.97% 0.59% -
XYZ 13.3 7.88 0.96 -
YUV 67.73 92.61 186.68 -
System Red Green Blue C M Y K H S L
Decimal 150 38 5 0 0.75 0.97 0.41 13.66 0.94 0.3
Hex 96 26 5 0 4B 61 29 E 5E 1E
Octal 226 46 5 0 113 141 51 16 136 36
Binary 10010110 100110 101 0 1001011 1100001 101001 1110 1011110 11110

Color Harmonies of #962605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #962605

Black with #962605

Text Example


Text Example

White with #962605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #962605; }

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

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

background-color css

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

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

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

border-color css

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

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

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