Html Css Color HEX #96710F Golden Brown

📋 copy color: '#96710F'

red 150 ◦ green 113 ◦ blue 15

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

Shades of Golden Brown #96710F

Tints of Golden Brown #96710F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 53.96%
G = 40.65%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96710F (or 0x96710F) is known color: Golden Brown. HEX triplet: 96, 71 and 0F. RGB value is (150,113,15). Sum of RGB (Red+Green+Blue) = 150+113+15=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96710F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96710F is #698EF0. Grayscale: #717171. Windows color (decimal): -6917873 or 1012118. OLE color: 1012118.

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

Color convert

RGB 150 113 15 -
CMYK 0 0.25 0.9 0.41
HSL 43.56º 0.82% 0.32% -
HSV(B) 43.56º 0.9% 0.59% -
XYZ 18.57 18.33 3.01 -
YUV 112.89 72.76 154.47 -
System Red Green Blue C M Y K H S L
Decimal 150 113 15 0 0.25 0.9 0.41 43.56 0.82 0.32
Hex 96 71 F 0 19 5A 29 2C 52 20
Octal 226 161 17 0 31 132 51 54 122 40
Binary 10010110 1110001 1111 0 11001 1011010 101001 101100 1010010 100000

Color Harmonies of #96710F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96710F

Black with #96710F

Text Example


Text Example

White with #96710F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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