Html Css Color HEX #9F6701 Golden Brown

📋 copy color: '#9F6701'

red 159 ◦ green 103 ◦ blue 1

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

Shades of Golden Brown #9F6701

Tints of Golden Brown #9F6701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.16%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 60.46%
G = 39.16%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.38

RGB Variations

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

Color information

#9F6701 (or 0x9F6701) is known color: Golden Brown. HEX triplet: 9F, 67 and 01. RGB value is (159,103,1). Sum of RGB (Red+Green+Blue) = 159+103+1=263 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.46% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6701 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6701 is #6098FE. Grayscale: #6C6C6C. Windows color (decimal): -6330623 or 92063. OLE color: 92063.

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

Color convert

RGB 159 103 1 -
CMYK 0 0.35 0.99 0.38
HSL 38.73º 0.99% 0.31% -
HSV(B) 38.73º 0.99% 0.62% -
XYZ 19.15 17.07 2.31 -
YUV 108.12 67.55 164.29 -
System Red Green Blue C M Y K H S L
Decimal 159 103 1 0 0.35 0.99 0.38 38.73 0.99 0.31
Hex 9F 67 1 0 23 63 26 27 63 1F
Octal 237 147 1 0 43 143 46 47 143 37
Binary 10011111 1100111 1 0 100011 1100011 100110 100111 1100011 11111

Color Harmonies of #9F6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6701

Black with #9F6701

Text Example


Text Example

White with #9F6701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,103,1); }

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

background-color css

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

 a { background-color: rgb(159,103,1); }

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

border-color css

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

 span { border-color: rgb(159,103,1); }

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