Html Css Color HEX #9F6618 Golden Brown

📋 copy color: '#9F6618'

red 159 ◦ green 102 ◦ blue 24

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

Shades of Golden Brown #9F6618

Tints of Golden Brown #9F6618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 35.79%

 BLUE value IS 24 (9.77% from 255) = 8.42%

R = 55.79%
G = 35.79%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.38

RGB Variations

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

Color information

#9F6618 (or 0x9F6618) is known color: Golden Brown. HEX triplet: 9F, 66 and 18. RGB value is (159,102,24). Sum of RGB (Red+Green+Blue) = 159+102+24=285 (37% of max value = 765). Red value is 159 (62.5% from 255 or 55.79% from 285); Green value is 102 (40.23% from 255 or 35.79% from 285); Blue value is 24 (9.77% from 255 or 8.42% from 285); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6618 is #6099E7. Grayscale: #6E6E6E. Windows color (decimal): -6330856 or 1599135. OLE color: 1599135.

HSL color Cylindrical-coordinate representation of color #9F6618: hue angle of 34.67º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9F6618 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 102 24 -
CMYK 0 0.36 0.85 0.38
HSL 34.67º 0.74% 0.36% -
HSV(B) 34.67º 0.85% 0.62% -
XYZ 19.21 16.94 3.12 -
YUV 110.15 79.38 162.84 -
System Red Green Blue C M Y K H S L
Decimal 159 102 24 0 0.36 0.85 0.38 34.67 0.74 0.36
Hex 9F 66 18 0 24 55 26 23 4A 24
Octal 237 146 30 0 44 125 46 43 112 44
Binary 10011111 1100110 11000 0 100100 1010101 100110 100011 1001010 100100

Color Harmonies of #9F6618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6618

Black with #9F6618

Text Example


Text Example

White with #9F6618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,102,24); }

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

background-color css

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

 a { background-color: rgb(159,102,24); }

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

border-color css

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

 span { border-color: rgb(159,102,24); }

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