Html Css Color HEX #9F6B02 Golden Brown

📋 copy color: '#9F6B02'

red 159 ◦ green 107 ◦ blue 2

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

Shades of Golden Brown #9F6B02

Tints of Golden Brown #9F6B02

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.93%

 BLUE value IS 2 (1.17% from 255) = 0.75%

R = 59.33%
G = 39.93%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F6B02 (or 0x9F6B02) is known color: Golden Brown. HEX triplet: 9F, 6B and 02. RGB value is (159,107,2). Sum of RGB (Red+Green+Blue) = 159+107+2=268 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.33% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6B02 is #6094FD. Grayscale: #6F6F6F. Windows color (decimal): -6329598 or 158623. OLE color: 158623.

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

Color convert

RGB 159 107 2 -
CMYK 0 0.33 0.99 0.38
HSL 40.13º 0.98% 0.32% -
HSV(B) 40.13º 0.99% 0.62% -
XYZ 19.57 17.89 2.48 -
YUV 110.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 159 107 2 0 0.33 0.99 0.38 40.13 0.98 0.32
Hex 9F 6B 2 0 21 63 26 28 62 20
Octal 237 153 2 0 41 143 46 50 142 40
Binary 10011111 1101011 10 0 100001 1100011 100110 101000 1100010 100000

Color Harmonies of #9F6B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6B02

Black with #9F6B02

Text Example


Text Example

White with #9F6B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,107,2); }

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

background-color css

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

 a { background-color: rgb(159,107,2); }

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

border-color css

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

 span { border-color: rgb(159,107,2); }

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