Html Css Color HEX #96710C Golden Brown

📋 copy color: '#96710C'

red 150 ◦ green 113 ◦ blue 12

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

Shades of Golden Brown #96710C

Tints of Golden Brown #96710C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 54.55%
G = 41.09%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#96710C (or 0x96710C) is known color: Golden Brown. HEX triplet: 96, 71 and 0C. RGB value is (150,113,12). Sum of RGB (Red+Green+Blue) = 150+113+12=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 113 (44.53% from 255 or 41.09% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96710C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96710C is #698EF3. Grayscale: #707070. Windows color (decimal): -6917876 or 815510. OLE color: 815510.

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

Color convert

RGB 150 113 12 -
CMYK 0 0.25 0.92 0.41
HSL 43.91º 0.85% 0.32% -
HSV(B) 43.91º 0.92% 0.59% -
XYZ 18.55 18.32 2.91 -
YUV 112.55 71.26 154.71 -
System Red Green Blue C M Y K H S L
Decimal 150 113 12 0 0.25 0.92 0.41 43.91 0.85 0.32
Hex 96 71 C 0 19 5C 29 2C 55 20
Octal 226 161 14 0 31 134 51 54 125 40
Binary 10010110 1110001 1100 0 11001 1011100 101001 101100 1010101 100000

Color Harmonies of #96710C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96710C

Black with #96710C

Text Example


Text Example

White with #96710C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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