Html Css Color HEX #9F640B Golden Brown

📋 copy color: '#9F640B'

red 159 ◦ green 100 ◦ blue 11

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

Shades of Golden Brown #9F640B

Tints of Golden Brown #9F640B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 37.04%

 BLUE value IS 11 (4.69% from 255) = 4.07%

R = 58.89%
G = 37.04%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9F640B (or 0x9F640B) is known color: Golden Brown. HEX triplet: 9F, 64 and 0B. RGB value is (159,100,11). Sum of RGB (Red+Green+Blue) = 159+100+11=270 (35% of max value = 765). Red value is 159 (62.5% from 255 or 58.89% from 270); Green value is 100 (39.45% from 255 or 37.04% from 270); Blue value is 11 (4.69% from 255 or 4.07% from 270); Max value from RGB is 159 - color contains mainly: red. Hex color #9F640B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9F640B is #609BF4. Grayscale: #6B6B6B. Windows color (decimal): -6331381 or 746655. OLE color: 746655.

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

Color convert

RGB 159 100 11 -
CMYK 0 0.37 0.93 0.38
HSL 36.08º 0.87% 0.33% -
HSV(B) 36.08º 0.93% 0.62% -
XYZ 18.92 16.51 2.51 -
YUV 107.5 73.55 164.74 -
System Red Green Blue C M Y K H S L
Decimal 159 100 11 0 0.37 0.93 0.38 36.08 0.87 0.33
Hex 9F 64 B 0 25 5D 26 24 57 21
Octal 237 144 13 0 45 135 46 44 127 41
Binary 10011111 1100100 1011 0 100101 1011101 100110 100100 1010111 100001

Color Harmonies of #9F640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F640B

Black with #9F640B

Text Example


Text Example

White with #9F640B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,11); }

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

background-color css

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

 a { background-color: rgb(159,100,11); }

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

border-color css

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

 span { border-color: rgb(159,100,11); }

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