Html Css Color HEX #9C665A Au Chico

📋 copy color: '#9C665A'

red 156 ◦ green 102 ◦ blue 90

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

Shades of Au Chico #9C665A

Tints of Au Chico #9C665A

RGB

 RED value IS 156 (61.33% from 255) = 44.83%

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

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 44.83%
G = 29.31%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C665A (or 0x9C665A) is known color: Au Chico. HEX triplet: 9C, 66 and 5A. RGB value is (156,102,90). Sum of RGB (Red+Green+Blue) = 156+102+90=348 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.83% from 348); Green value is 102 (40.23% from 255 or 29.31% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 156 - color contains mainly: red. Hex color #9C665A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C665A is #6399A5. Grayscale: #747474. Windows color (decimal): -6527398 or 5924508. OLE color: 5924508.

HSL color Cylindrical-coordinate representation of color #9C665A: hue angle of 10.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C665A is Cyan = 0, Magento = 0.35, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 102 90 -
CMYK 0 0.35 0.42 0.39
HSL 10.91º 0.27% 0.48% -
HSV(B) 10.91º 0.42% 0.61% -
XYZ 20.31 17.31 11.94 -
YUV 116.78 112.89 155.98 -
System Red Green Blue C M Y K H S L
Decimal 156 102 90 0 0.35 0.42 0.39 10.91 0.27 0.48
Hex 9C 66 5A 0 23 2A 27 B 1B 30
Octal 234 146 132 0 43 52 47 13 33 60
Binary 10011100 1100110 1011010 0 100011 101010 100111 1011 11011 110000

Color Harmonies of #9C665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C665A

Black with #9C665A

Text Example


Text Example

White with #9C665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,102,90); }

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

background-color css

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

 a { background-color: rgb(156,102,90); }

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

border-color css

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

 span { border-color: rgb(156,102,90); }

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