Html Css Color HEX #96740D Golden Brown

📋 copy color: '#96740D'

red 150 ◦ green 116 ◦ blue 13

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

Shades of Golden Brown #96740D

Tints of Golden Brown #96740D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.58%

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

R = 53.76%
G = 41.58%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#96740D (or 0x96740D) is known color: Golden Brown. HEX triplet: 96, 74 and 0D. RGB value is (150,116,13). Sum of RGB (Red+Green+Blue) = 150+116+13=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 116 (45.70% from 255 or 41.58% from 279); Blue value is 13 (5.47% from 255 or 4.66% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96740D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96740D is #698BF2. Grayscale: #727272. Windows color (decimal): -6917107 or 881814. OLE color: 881814.

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

Color convert

RGB 150 116 13 -
CMYK 0 0.23 0.91 0.41
HSL 45.11º 0.84% 0.32% -
HSV(B) 45.11º 0.91% 0.59% -
XYZ 18.9 19 3.05 -
YUV 114.42 70.76 153.38 -
System Red Green Blue C M Y K H S L
Decimal 150 116 13 0 0.23 0.91 0.41 45.11 0.84 0.32
Hex 96 74 D 0 17 5B 29 2D 54 20
Octal 226 164 15 0 27 133 51 55 124 40
Binary 10010110 1110100 1101 0 10111 1011011 101001 101101 1010100 100000

Color Harmonies of #96740D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96740D

Black with #96740D

Text Example


Text Example

White with #96740D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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