Html Css Color HEX #96730B Golden Brown

📋 copy color: '#96730B'

red 150 ◦ green 115 ◦ blue 11

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

Shades of Golden Brown #96730B

Tints of Golden Brown #96730B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 41.67%

 BLUE value IS 11 (4.69% from 255) = 3.99%

R = 54.35%
G = 41.67%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#96730B (or 0x96730B) is known color: Golden Brown. HEX triplet: 96, 73 and 0B. RGB value is (150,115,11). Sum of RGB (Red+Green+Blue) = 150+115+11=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96730B is #698CF4. Grayscale: #727272. Windows color (decimal): -6917365 or 750486. OLE color: 750486.

HSL color Cylindrical-coordinate representation of color #96730B: hue angle of 44.89º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96730B is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 115 11 -
CMYK 0 0.23 0.93 0.41
HSL 44.89º 0.86% 0.32% -
HSV(B) 44.89º 0.93% 0.59% -
XYZ 18.77 18.77 2.95 -
YUV 113.61 70.1 153.96 -
System Red Green Blue C M Y K H S L
Decimal 150 115 11 0 0.23 0.93 0.41 44.89 0.86 0.32
Hex 96 73 B 0 17 5D 29 2D 56 20
Octal 226 163 13 0 27 135 51 55 126 40
Binary 10010110 1110011 1011 0 10111 1011101 101001 101101 1010110 100000

Color Harmonies of #96730B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96730B

Black with #96730B

Text Example


Text Example

White with #96730B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96730B; }

 p { color: rgb(150,115,11); }

 H1.HeaderClassName
 {
   color: #96730B;
 }
 .AnyTagClassName
 {
   color: #96730B;
 }
</style>

background-color css

<style>
 a { background-color: #96730B; }

 a { background-color: rgb(150,115,11); }

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

border-color css

<style>
 span { border-color: #96730B; }

 span { border-color: rgb(150,115,11); }

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