Html Css Color HEX #9D655C Au Chico

📋 copy color: '#9D655C'

red 157 ◦ green 101 ◦ blue 92

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

Shades of Au Chico #9D655C

Tints of Au Chico #9D655C

RGB

 RED value IS 157 (61.72% from 255) = 44.86%

 GREEN value IS 101 (39.84% from 255) = 28.86%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 44.86%
G = 28.86%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.38

RGB Variations

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

Color information

#9D655C (or 0x9D655C) is known color: Au Chico. HEX triplet: 9D, 65 and 5C. RGB value is (157,101,92). Sum of RGB (Red+Green+Blue) = 157+101+92=350 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.86% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 157 - color contains mainly: red. Hex color #9D655C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D655C is #629AA3. Grayscale: #747474. Windows color (decimal): -6462116 or 6055325. OLE color: 6055325.

HSL color Cylindrical-coordinate representation of color #9D655C: hue angle of 8.31º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D655C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 101 92 -
CMYK 0 0.36 0.41 0.38
HSL 8.31º 0.26% 0.49% -
HSV(B) 8.31º 0.41% 0.62% -
XYZ 20.49 17.25 12.37 -
YUV 116.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 157 101 92 0 0.36 0.41 0.38 8.31 0.26 0.49
Hex 9D 65 5C 0 24 29 26 8 1A 31
Octal 235 145 134 0 44 51 46 10 32 61
Binary 10011101 1100101 1011100 0 100100 101001 100110 1000 11010 110001

Color Harmonies of #9D655C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D655C

Black with #9D655C

Text Example


Text Example

White with #9D655C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,101,92); }

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

background-color css

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

 a { background-color: rgb(157,101,92); }

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

border-color css

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

 span { border-color: rgb(157,101,92); }

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