Html Css Color HEX #9A6250 Au Chico

📋 copy color: '#9A6250'

red 154 ◦ green 98 ◦ blue 80

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

Shades of Au Chico #9A6250

Tints of Au Chico #9A6250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.52%

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 46.39%
G = 29.52%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.48

 K value IS 0.40

RGB Variations

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

Color information

#9A6250 (or 0x9A6250) is known color: Au Chico. HEX triplet: 9A, 62 and 50. RGB value is (154,98,80). Sum of RGB (Red+Green+Blue) = 154+98+80=332 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.39% from 332); Green value is 98 (38.67% from 255 or 29.52% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6250 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A6250 is #659DAF. Grayscale: #707070. Windows color (decimal): -6659504 or 5268122. OLE color: 5268122.

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

Color convert

RGB 154 98 80 -
CMYK 0 0.36 0.48 0.40
HSL 14.59º 0.32% 0.46% -
HSV(B) 14.59º 0.48% 0.6% -
XYZ 19.14 16.18 9.7 -
YUV 112.69 109.55 157.46 -
System Red Green Blue C M Y K H S L
Decimal 154 98 80 0 0.36 0.48 0.40 14.59 0.32 0.46
Hex 9A 62 50 0 24 30 28 F 20 2E
Octal 232 142 120 0 44 60 50 17 40 56
Binary 10011010 1100010 1010000 0 100100 110000 101000 1111 100000 101110

Color Harmonies of #9A6250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6250

Black with #9A6250

Text Example


Text Example

White with #9A6250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,98,80); }

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

background-color css

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

 a { background-color: rgb(154,98,80); }

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

border-color css

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

 span { border-color: rgb(154,98,80); }

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