Html Css Color HEX #9F6C1E Golden Brown

📋 copy color: '#9F6C1E'

red 159 ◦ green 108 ◦ blue 30

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

Shades of Golden Brown #9F6C1E

Tints of Golden Brown #9F6C1E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.36%

 BLUE value IS 30 (12.11% from 255) = 10.1%

R = 53.54%
G = 36.36%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9F6C1E (or 0x9F6C1E) is known color: Golden Brown. HEX triplet: 9F, 6C and 1E. RGB value is (159,108,30). Sum of RGB (Red+Green+Blue) = 159+108+30=297 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.54% from 297); Green value is 108 (42.58% from 255 or 36.36% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6C1E is #6093E1. Grayscale: #727272. Windows color (decimal): -6329314 or 1993887. OLE color: 1993887.

HSL color Cylindrical-coordinate representation of color #9F6C1E: hue angle of 36.28º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9F6C1E is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 108 30 -
CMYK 0 0.32 0.81 0.38
HSL 36.28º 0.68% 0.37% -
HSV(B) 36.28º 0.81% 0.62% -
XYZ 19.89 18.19 3.69 -
YUV 114.36 80.4 159.84 -
System Red Green Blue C M Y K H S L
Decimal 159 108 30 0 0.32 0.81 0.38 36.28 0.68 0.37
Hex 9F 6C 1E 0 20 51 26 24 44 25
Octal 237 154 36 0 40 121 46 44 104 45
Binary 10011111 1101100 11110 0 100000 1010001 100110 100100 1000100 100101

Color Harmonies of #9F6C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6C1E

Black with #9F6C1E

Text Example


Text Example

White with #9F6C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,108,30); }

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

background-color css

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

 a { background-color: rgb(159,108,30); }

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

border-color css

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

 span { border-color: rgb(159,108,30); }

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