Html Css Color HEX #9F6302 Golden Brown

📋 copy color: '#9F6302'

red 159 ◦ green 99 ◦ blue 2

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

Shades of Golden Brown #9F6302

Tints of Golden Brown #9F6302

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.08%

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

R = 61.15%
G = 38.08%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F6302 (or 0x9F6302) is known color: Golden Brown. HEX triplet: 9F, 63 and 02. RGB value is (159,99,2). Sum of RGB (Red+Green+Blue) = 159+99+2=260 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.15% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6302 is #609CFD. Grayscale: #6A6A6A. Windows color (decimal): -6331646 or 156575. OLE color: 156575.

HSL color Cylindrical-coordinate representation of color #9F6302: hue angle of 37.07º 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 #9F6302 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 99 2 -
CMYK 0 0.38 0.99 0.38
HSL 37.07º 0.98% 0.32% -
HSV(B) 37.07º 0.99% 0.62% -
XYZ 18.77 16.3 2.21 -
YUV 105.88 69.38 165.89 -
System Red Green Blue C M Y K H S L
Decimal 159 99 2 0 0.38 0.99 0.38 37.07 0.98 0.32
Hex 9F 63 2 0 26 63 26 25 62 20
Octal 237 143 2 0 46 143 46 45 142 40
Binary 10011111 1100011 10 0 100110 1100011 100110 100101 1100010 100000

Color Harmonies of #9F6302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6302

Black with #9F6302

Text Example


Text Example

White with #9F6302

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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