Html Css Color HEX #9A6D0F Golden Brown

📋 copy color: '#9A6D0F'

red 154 ◦ green 109 ◦ blue 15

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

Shades of Golden Brown #9A6D0F

Tints of Golden Brown #9A6D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.21%

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

R = 55.4%
G = 39.21%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#9A6D0F (or 0x9A6D0F) is known color: Golden Brown. HEX triplet: 9A, 6D and 0F. RGB value is (154,109,15). Sum of RGB (Red+Green+Blue) = 154+109+15=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6D0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6D0F is #6592F0. Grayscale: #707070. Windows color (decimal): -6656753 or 1011098. OLE color: 1011098.

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

Color convert

RGB 154 109 15 -
CMYK 0 0.29 0.90 0.40
HSL 40.58º 0.82% 0.33% -
HSV(B) 40.58º 0.9% 0.6% -
XYZ 18.88 17.84 2.9 -
YUV 111.74 73.41 158.14 -
System Red Green Blue C M Y K H S L
Decimal 154 109 15 0 0.29 0.90 0.40 40.58 0.82 0.33
Hex 9A 6D F 0 1D 5A 28 29 52 21
Octal 232 155 17 0 35 132 50 51 122 41
Binary 10011010 1101101 1111 0 11101 1011010 101000 101001 1010010 100001

Color Harmonies of #9A6D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6D0F

Black with #9A6D0F

Text Example


Text Example

White with #9A6D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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