Html Css Color HEX #9A6F0F Golden Brown

📋 copy color: '#9A6F0F'

red 154 ◦ green 111 ◦ blue 15

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

Shades of Golden Brown #9A6F0F

Tints of Golden Brown #9A6F0F

RGB

 RED value IS 154 (60.55% from 255) = 55%

 GREEN value IS 111 (43.75% from 255) = 39.64%

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 55%
G = 39.64%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A6F0F (or 0x9A6F0F) is known color: Golden Brown. HEX triplet: 9A, 6F and 0F. RGB value is (154,111,15). Sum of RGB (Red+Green+Blue) = 154+111+15=280 (37% of max value = 765). Red value is 154 (60.55% from 255 or 55% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6F0F is #6590F0. Grayscale: #717171. Windows color (decimal): -6656241 or 1011610. OLE color: 1011610.

HSL color Cylindrical-coordinate representation of color #9A6F0F: hue angle of 41.44º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9A6F0F is Cyan = 0, Magento = 0.28, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 111 15 -
CMYK 0 0.28 0.90 0.40
HSL 41.44º 0.82% 0.33% -
HSV(B) 41.44º 0.9% 0.6% -
XYZ 19.1 18.27 2.97 -
YUV 112.91 72.75 157.31 -
System Red Green Blue C M Y K H S L
Decimal 154 111 15 0 0.28 0.90 0.40 41.44 0.82 0.33
Hex 9A 6F F 0 1C 5A 28 29 52 21
Octal 232 157 17 0 34 132 50 51 122 41
Binary 10011010 1101111 1111 0 11100 1011010 101000 101001 1010010 100001

Color Harmonies of #9A6F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6F0F

Black with #9A6F0F

Text Example


Text Example

White with #9A6F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,111,15); }

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

background-color css

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

 a { background-color: rgb(154,111,15); }

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

border-color css

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

 span { border-color: rgb(154,111,15); }

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