Html Css Color HEX #9F650E Golden Brown

📋 copy color: '#9F650E'

red 159 ◦ green 101 ◦ blue 14

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

Shades of Golden Brown #9F650E

Tints of Golden Brown #9F650E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.86%

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 58.03%
G = 36.86%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F650E (or 0x9F650E) is known color: Golden Brown. HEX triplet: 9F, 65 and 0E. RGB value is (159,101,14). Sum of RGB (Red+Green+Blue) = 159+101+14=274 (36% of max value = 765). Red value is 159 (62.5% from 255 or 58.03% from 274); Green value is 101 (39.84% from 255 or 36.86% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 159 - color contains mainly: red. Hex color #9F650E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F650E is #609AF1. Grayscale: #6C6C6C. Windows color (decimal): -6331122 or 943519. OLE color: 943519.

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

Color convert

RGB 159 101 14 -
CMYK 0 0.36 0.91 0.38
HSL 36º 0.84% 0.34% -
HSV(B) 36º 0.91% 0.62% -
XYZ 19.03 16.71 2.64 -
YUV 108.42 74.72 164.07 -
System Red Green Blue C M Y K H S L
Decimal 159 101 14 0 0.36 0.91 0.38 36 0.84 0.34
Hex 9F 65 E 0 24 5B 26 24 54 22
Octal 237 145 16 0 44 133 46 44 124 42
Binary 10011111 1100101 1110 0 100100 1011011 100110 100100 1010100 100010

Color Harmonies of #9F650E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F650E

Black with #9F650E

Text Example


Text Example

White with #9F650E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,101,14); }

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

background-color css

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

 a { background-color: rgb(159,101,14); }

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

border-color css

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

 span { border-color: rgb(159,101,14); }

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