Html Css Color HEX #9A6622 Golden Brown

📋 copy color: '#9A6622'

red 154 ◦ green 102 ◦ blue 34

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

Shades of Golden Brown #9A6622

Tints of Golden Brown #9A6622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.72%

R = 53.1%
G = 35.17%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#9A6622 (or 0x9A6622) is known color: Golden Brown. HEX triplet: 9A, 66 and 22. RGB value is (154,102,34). Sum of RGB (Red+Green+Blue) = 154+102+34=290 (38% of max value = 765). Red value is 154 (60.55% from 255 or 53.10% from 290); Green value is 102 (40.23% from 255 or 35.17% from 290); Blue value is 34 (13.67% from 255 or 11.72% from 290); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6622 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6622 is #6599DD. Grayscale: #6E6E6E. Windows color (decimal): -6658526 or 2254490. OLE color: 2254490.

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

Color convert

RGB 154 102 34 -
CMYK 0 0.34 0.78 0.40
HSL 34º 0.64% 0.37% -
HSV(B) 34º 0.78% 0.6% -
XYZ 18.37 16.49 3.73 -
YUV 109.8 85.23 159.53 -
System Red Green Blue C M Y K H S L
Decimal 154 102 34 0 0.34 0.78 0.40 34 0.64 0.37
Hex 9A 66 22 0 22 4E 28 22 40 25
Octal 232 146 42 0 42 116 50 42 100 45
Binary 10011010 1100110 100010 0 100010 1001110 101000 100010 1000000 100101

Color Harmonies of #9A6622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6622

Black with #9A6622

Text Example


Text Example

White with #9A6622

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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