Html Css Color HEX #9F6700 Golden Brown

📋 copy color: '#9F6700'

red 159 ◦ green 103 ◦ blue 0

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

Shades of Golden Brown #9F6700

Tints of Golden Brown #9F6700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 60.69%
G = 39.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.38

RGB Variations

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

Color information

#9F6700 (or 0x9F6700) is known color: Golden Brown. HEX triplet: 9F, 67 and 00. RGB value is (159,103,0). Sum of RGB (Red+Green+Blue) = 159+103+0=262 (34% of max value = 765). Red value is 159 (62.5% from 255 or 60.69% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F6700 is #6098FF. Grayscale: #6C6C6C. Windows color (decimal): -6330624 or 26527. OLE color: 26527.

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

Color convert

RGB 159 103 0 -
CMYK 0 0.35 1 0.38
HSL 38.87º 1% 0.31% -
HSV(B) 38.87º 1% 0.62% -
XYZ 19.15 17.07 2.29 -
YUV 108 67.05 164.38 -
System Red Green Blue C M Y K H S L
Decimal 159 103 0 0 0.35 1 0.38 38.87 1 0.31
Hex 9F 67 0 0 23 64 26 27 64 1F
Octal 237 147 0 0 43 144 46 47 144 37
Binary 10011111 1100111 0 0 100011 1100100 100110 100111 1100100 11111

Color Harmonies of #9F6700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6700

Black with #9F6700

Text Example


Text Example

White with #9F6700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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