Html Css Color HEX #96710B Golden Brown

📋 copy color: '#96710B'

red 150 ◦ green 113 ◦ blue 11

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

Shades of Golden Brown #96710B

Tints of Golden Brown #96710B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 41.24%

 BLUE value IS 11 (4.69% from 255) = 4.01%

R = 54.74%
G = 41.24%
B = 4.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96710B (or 0x96710B) is known color: Golden Brown. HEX triplet: 96, 71 and 0B. RGB value is (150,113,11). Sum of RGB (Red+Green+Blue) = 150+113+11=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 11 (4.69% from 255 or 4.01% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #96710B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96710B is #698EF4. Grayscale: #707070. Windows color (decimal): -6917877 or 749974. OLE color: 749974.

HSL color Cylindrical-coordinate representation of color #96710B: hue angle of 44.03º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96710B is Cyan = 0, Magento = 0.25, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 11 -
CMYK 0 0.25 0.93 0.41
HSL 44.03º 0.86% 0.32% -
HSV(B) 44.03º 0.93% 0.59% -
XYZ 18.54 18.32 2.88 -
YUV 112.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 150 113 11 0 0.25 0.93 0.41 44.03 0.86 0.32
Hex 96 71 B 0 19 5D 29 2C 56 20
Octal 226 161 13 0 31 135 51 54 126 40
Binary 10010110 1110001 1011 0 11001 1011101 101001 101100 1010110 100000

Color Harmonies of #96710B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96710B

Black with #96710B

Text Example


Text Example

White with #96710B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96710B; }

 p { color: rgb(150,113,11); }

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

background-color css

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

 a { background-color: rgb(150,113,11); }

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

border-color css

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

 span { border-color: rgb(150,113,11); }

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