Html Css Color HEX #9A6320 Golden Brown

📋 copy color: '#9A6320'

red 154 ◦ green 99 ◦ blue 32

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

Shades of Golden Brown #9A6320

Tints of Golden Brown #9A6320

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.74%

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 54.04%
G = 34.74%
B = 11.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.79

 K value IS 0.40

RGB Variations

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

Color information

#9A6320 (or 0x9A6320) is known color: Golden Brown. HEX triplet: 9A, 63 and 20. RGB value is (154,99,32). Sum of RGB (Red+Green+Blue) = 154+99+32=285 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.04% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6320 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6320 is #659CDF. Grayscale: #6C6C6C. Windows color (decimal): -6659296 or 2122650. OLE color: 2122650.

HSL color Cylindrical-coordinate representation of color #9A6320: hue angle of 32.95º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A6320 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 99 32 -
CMYK 0 0.36 0.79 0.40
HSL 32.95º 0.66% 0.36% -
HSV(B) 32.95º 0.79% 0.6% -
XYZ 18.05 15.9 3.48 -
YUV 107.81 85.22 160.95 -
System Red Green Blue C M Y K H S L
Decimal 154 99 32 0 0.36 0.79 0.40 32.95 0.66 0.36
Hex 9A 63 20 0 24 4F 28 21 42 24
Octal 232 143 40 0 44 117 50 41 102 44
Binary 10011010 1100011 100000 0 100100 1001111 101000 100001 1000010 100100

Color Harmonies of #9A6320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6320

Black with #9A6320

Text Example


Text Example

White with #9A6320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,99,32); }

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

background-color css

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

 a { background-color: rgb(154,99,32); }

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

border-color css

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

 span { border-color: rgb(154,99,32); }

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