Html Css Color HEX #9F5612 Golden Brown

📋 copy color: '#9F5612'

red 159 ◦ green 86 ◦ blue 18

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

Shades of Golden Brown #9F5612

Tints of Golden Brown #9F5612

RGB

 RED value IS 159 (62.5% from 255) = 60.46%

 GREEN value IS 86 (33.98% from 255) = 32.7%

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 60.46%
G = 32.7%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9F5612 (or 0x9F5612) is known color: Golden Brown. HEX triplet: 9F, 56 and 12. RGB value is (159,86,18). Sum of RGB (Red+Green+Blue) = 159+86+18=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5612 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F5612 is #60A9ED. Grayscale: #646464. Windows color (decimal): -6334958 or 1201823. OLE color: 1201823.

HSL color Cylindrical-coordinate representation of color #9F5612: hue angle of 28.94º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9F5612 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 86 18 -
CMYK 0 0.46 0.89 0.38
HSL 28.94º 0.8% 0.35% -
HSV(B) 28.94º 0.89% 0.62% -
XYZ 17.74 14.07 2.35 -
YUV 100.08 81.68 170.03 -
System Red Green Blue C M Y K H S L
Decimal 159 86 18 0 0.46 0.89 0.38 28.94 0.8 0.35
Hex 9F 56 12 0 2E 59 26 1D 50 23
Octal 237 126 22 0 56 131 46 35 120 43
Binary 10011111 1010110 10010 0 101110 1011001 100110 11101 1010000 100011

Color Harmonies of #9F5612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5612

Black with #9F5612

Text Example


Text Example

White with #9F5612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5612; }

 p { color: rgb(159,86,18); }

 H1.HeaderClassName
 {
   color: #9F5612;
 }
 .AnyTagClassName
 {
   color: #9F5612;
 }
</style>

background-color css

<style>
 a { background-color: #9F5612; }

 a { background-color: rgb(159,86,18); }

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

border-color css

<style>
 span { border-color: #9F5612; }

 span { border-color: rgb(159,86,18); }

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