Html Css Color HEX #9A6B0F Golden Brown

📋 copy color: '#9A6B0F'

red 154 ◦ green 107 ◦ blue 15

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

Shades of Golden Brown #9A6B0F

Tints of Golden Brown #9A6B0F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 38.77%

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

R = 55.8%
G = 38.77%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A6B0F (or 0x9A6B0F) is known color: Golden Brown. HEX triplet: 9A, 6B and 0F. RGB value is (154,107,15). Sum of RGB (Red+Green+Blue) = 154+107+15=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 107 (42.19% from 255 or 38.77% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6B0F is #6594F0. Grayscale: #6E6E6E. Windows color (decimal): -6657265 or 1010586. OLE color: 1010586.

HSL color Cylindrical-coordinate representation of color #9A6B0F: hue angle of 39.71º 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 #9A6B0F is Cyan = 0, Magento = 0.31, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 107 15 -
CMYK 0 0.31 0.90 0.40
HSL 39.71º 0.82% 0.33% -
HSV(B) 39.71º 0.9% 0.6% -
XYZ 18.67 17.42 2.83 -
YUV 110.57 74.07 158.98 -
System Red Green Blue C M Y K H S L
Decimal 154 107 15 0 0.31 0.90 0.40 39.71 0.82 0.33
Hex 9A 6B F 0 1F 5A 28 28 52 21
Octal 232 153 17 0 37 132 50 50 122 41
Binary 10011010 1101011 1111 0 11111 1011010 101000 101000 1010010 100001

Color Harmonies of #9A6B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6B0F

Black with #9A6B0F

Text Example


Text Example

White with #9A6B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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