Html Css Color HEX #96710E Golden Brown

📋 copy color: '#96710E'

red 150 ◦ green 113 ◦ blue 14

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

Shades of Golden Brown #96710E

Tints of Golden Brown #96710E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 54.15%
G = 40.79%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96710E (or 0x96710E) is known color: Golden Brown. HEX triplet: 96, 71 and 0E. RGB value is (150,113,14). Sum of RGB (Red+Green+Blue) = 150+113+14=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 113 (44.53% from 255 or 40.79% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96710E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96710E is #698EF1. Grayscale: #717171. Windows color (decimal): -6917874 or 946582. OLE color: 946582.

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

Color convert

RGB 150 113 14 -
CMYK 0 0.25 0.91 0.41
HSL 43.68º 0.83% 0.32% -
HSV(B) 43.68º 0.91% 0.59% -
XYZ 18.56 18.33 2.97 -
YUV 112.78 72.26 154.55 -
System Red Green Blue C M Y K H S L
Decimal 150 113 14 0 0.25 0.91 0.41 43.68 0.83 0.32
Hex 96 71 E 0 19 5B 29 2C 53 20
Octal 226 161 16 0 31 133 51 54 123 40
Binary 10010110 1110001 1110 0 11001 1011011 101001 101100 1010011 100000

Color Harmonies of #96710E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96710E

Black with #96710E

Text Example


Text Example

White with #96710E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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