Html Css Color HEX #96700D Golden Brown

📋 copy color: '#96700D'

red 150 ◦ green 112 ◦ blue 13

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

Shades of Golden Brown #96700D

Tints of Golden Brown #96700D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.73%

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

R = 54.55%
G = 40.73%
B = 4.73%

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

#96700D (or 0x96700D) is known color: Golden Brown. HEX triplet: 96, 70 and 0D. RGB value is (150,112,13). Sum of RGB (Red+Green+Blue) = 150+112+13=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 112 (44.14% from 255 or 40.73% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96700D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96700D is #698FF2. Grayscale: #707070. Windows color (decimal): -6918131 or 880790. OLE color: 880790.

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

Color convert

RGB 150 112 13 -
CMYK 0 0.25 0.91 0.41
HSL 43.36º 0.84% 0.32% -
HSV(B) 43.36º 0.91% 0.59% -
XYZ 18.44 18.1 2.9 -
YUV 112.08 72.09 155.05 -
System Red Green Blue C M Y K H S L
Decimal 150 112 13 0 0.25 0.91 0.41 43.36 0.84 0.32
Hex 96 70 D 0 19 5B 29 2B 54 20
Octal 226 160 15 0 31 133 51 53 124 40
Binary 10010110 1110000 1101 0 11001 1011011 101001 101011 1010100 100000

Color Harmonies of #96700D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96700D

Black with #96700D

Text Example


Text Example

White with #96700D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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