Html Css Color HEX #96720D Golden Brown

📋 copy color: '#96720D'

red 150 ◦ green 114 ◦ blue 13

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

Shades of Golden Brown #96720D

Tints of Golden Brown #96720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.16%

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

R = 54.15%
G = 41.16%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96720D (or 0x96720D) is known color: Golden Brown. HEX triplet: 96, 72 and 0D. RGB value is (150,114,13). Sum of RGB (Red+Green+Blue) = 150+114+13=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96720D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96720D is #698DF2. Grayscale: #717171. Windows color (decimal): -6917619 or 881302. OLE color: 881302.

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

Color convert

RGB 150 114 13 -
CMYK 0 0.24 0.91 0.41
HSL 44.23º 0.84% 0.32% -
HSV(B) 44.23º 0.91% 0.59% -
XYZ 18.67 18.55 2.98 -
YUV 113.25 71.43 154.21 -
System Red Green Blue C M Y K H S L
Decimal 150 114 13 0 0.24 0.91 0.41 44.23 0.84 0.32
Hex 96 72 D 0 18 5B 29 2C 54 20
Octal 226 162 15 0 30 133 51 54 124 40
Binary 10010110 1110010 1101 0 11000 1011011 101001 101100 1010100 100000

Color Harmonies of #96720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96720D

Black with #96720D

Text Example


Text Example

White with #96720D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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