Html Css Color HEX #96730A Golden Brown

📋 copy color: '#96730A'

red 150 ◦ green 115 ◦ blue 10

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

Shades of Golden Brown #96730A

Tints of Golden Brown #96730A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.64%

R = 54.55%
G = 41.82%
B = 3.64%

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

#96730A (or 0x96730A) is known color: Golden Brown. HEX triplet: 96, 73 and 0A. RGB value is (150,115,10). Sum of RGB (Red+Green+Blue) = 150+115+10=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96730A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96730A is #698CF5. Grayscale: #717171. Windows color (decimal): -6917366 or 684950. OLE color: 684950.

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

Color convert

RGB 150 115 10 -
CMYK 0 0.23 0.93 0.41
HSL 45º 0.88% 0.31% -
HSV(B) 45º 0.93% 0.59% -
XYZ 18.76 18.77 2.92 -
YUV 113.5 69.6 154.04 -
System Red Green Blue C M Y K H S L
Decimal 150 115 10 0 0.23 0.93 0.41 45 0.88 0.31
Hex 96 73 A 0 17 5D 29 2D 58 1F
Octal 226 163 12 0 27 135 51 55 130 37
Binary 10010110 1110011 1010 0 10111 1011101 101001 101101 1011000 11111

Color Harmonies of #96730A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96730A

Black with #96730A

Text Example


Text Example

White with #96730A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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