Html Css Color HEX #96710D Golden Brown

📋 copy color: '#96710D'

red 150 ◦ green 113 ◦ blue 13

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

Shades of Golden Brown #96710D

Tints of Golden Brown #96710D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 54.35%
G = 40.94%
B = 4.71%

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

#96710D (or 0x96710D) is known color: Golden Brown. HEX triplet: 96, 71 and 0D. RGB value is (150,113,13). Sum of RGB (Red+Green+Blue) = 150+113+13=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 113 (44.53% from 255 or 40.94% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96710D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96710D is #698EF2. Grayscale: #717171. Windows color (decimal): -6917875 or 881046. OLE color: 881046.

HSL color Cylindrical-coordinate representation of color #96710D: hue angle of 43.8º degrees, saturation: 0.84, 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 #96710D is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 113 13 -
CMYK 0 0.25 0.91 0.41
HSL 43.8º 0.84% 0.32% -
HSV(B) 43.8º 0.91% 0.59% -
XYZ 18.56 18.32 2.94 -
YUV 112.66 71.76 154.63 -
System Red Green Blue C M Y K H S L
Decimal 150 113 13 0 0.25 0.91 0.41 43.8 0.84 0.32
Hex 96 71 D 0 19 5B 29 2C 54 20
Octal 226 161 15 0 31 133 51 54 124 40
Binary 10010110 1110001 1101 0 11001 1011011 101001 101100 1010100 100000

Color Harmonies of #96710D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96710D

Black with #96710D

Text Example


Text Example

White with #96710D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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