Html Css Color HEX #9A6616 Golden Brown

📋 copy color: '#9A6616'

red 154 ◦ green 102 ◦ blue 22

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

Shades of Golden Brown #9A6616

Tints of Golden Brown #9A6616

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.69%

 BLUE value IS 22 (8.98% from 255) = 7.91%

R = 55.4%
G = 36.69%
B = 7.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.40

RGB Variations

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

Color information

#9A6616 (or 0x9A6616) is known color: Golden Brown. HEX triplet: 9A, 66 and 16. RGB value is (154,102,22). Sum of RGB (Red+Green+Blue) = 154+102+22=278 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.40% from 278); Green value is 102 (40.23% from 255 or 36.69% from 278); Blue value is 22 (8.98% from 255 or 7.91% from 278); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A6616 is #6599E9. Grayscale: #6C6C6C. Windows color (decimal): -6658538 or 1468058. OLE color: 1468058.

HSL color Cylindrical-coordinate representation of color #9A6616: hue angle of 36.36º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9A6616 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 102 22 -
CMYK 0 0.34 0.86 0.40
HSL 36.36º 0.75% 0.35% -
HSV(B) 36.36º 0.86% 0.6% -
XYZ 18.22 16.43 2.97 -
YUV 108.43 79.23 160.5 -
System Red Green Blue C M Y K H S L
Decimal 154 102 22 0 0.34 0.86 0.40 36.36 0.75 0.35
Hex 9A 66 16 0 22 56 28 24 4B 23
Octal 232 146 26 0 42 126 50 44 113 43
Binary 10011010 1100110 10110 0 100010 1010110 101000 100100 1001011 100011

Color Harmonies of #9A6616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6616

Black with #9A6616

Text Example


Text Example

White with #9A6616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,102,22); }

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

background-color css

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

 a { background-color: rgb(154,102,22); }

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

border-color css

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

 span { border-color: rgb(154,102,22); }

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