Html Css Color HEX #9C675A Au Chico

📋 copy color: '#9C675A'

red 156 ◦ green 103 ◦ blue 90

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

Shades of Au Chico #9C675A

Tints of Au Chico #9C675A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.51%

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

R = 44.7%
G = 29.51%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9C675A (or 0x9C675A) is known color: Au Chico. HEX triplet: 9C, 67 and 5A. RGB value is (156,103,90). Sum of RGB (Red+Green+Blue) = 156+103+90=349 (46% of max value = 765). Red value is 156 (61.33% from 255 or 44.70% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 156 - color contains mainly: red. Hex color #9C675A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C675A is #6398A5. Grayscale: #757575. Windows color (decimal): -6527142 or 5924764. OLE color: 5924764.

HSL color Cylindrical-coordinate representation of color #9C675A: hue angle of 11.82º 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 #9C675A is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 103 90 -
CMYK 0 0.34 0.42 0.39
HSL 11.82º 0.27% 0.48% -
HSV(B) 11.82º 0.42% 0.61% -
XYZ 20.41 17.51 11.98 -
YUV 117.37 112.56 155.56 -
System Red Green Blue C M Y K H S L
Decimal 156 103 90 0 0.34 0.42 0.39 11.82 0.27 0.48
Hex 9C 67 5A 0 22 2A 27 C 1B 30
Octal 234 147 132 0 42 52 47 14 33 60
Binary 10011100 1100111 1011010 0 100010 101010 100111 1100 11011 110000

Color Harmonies of #9C675A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C675A

Black with #9C675A

Text Example


Text Example

White with #9C675A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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