Html Css Color HEX #9D6350 Au Chico

📋 copy color: '#9D6350'

red 157 ◦ green 99 ◦ blue 80

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

Shades of Au Chico #9D6350

Tints of Au Chico #9D6350

RGB

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

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

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

R = 46.73%
G = 29.46%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#9D6350 (or 0x9D6350) is known color: Au Chico. HEX triplet: 9D, 63 and 50. RGB value is (157,99,80). Sum of RGB (Red+Green+Blue) = 157+99+80=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6350 is #629CAF. Grayscale: #727272. Windows color (decimal): -6462640 or 5268381. OLE color: 5268381.

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

Color convert

RGB 157 99 80 -
CMYK 0 0.37 0.49 0.38
HSL 14.81º 0.32% 0.46% -
HSV(B) 14.81º 0.49% 0.62% -
XYZ 19.81 16.67 9.76 -
YUV 114.18 108.72 158.54 -
System Red Green Blue C M Y K H S L
Decimal 157 99 80 0 0.37 0.49 0.38 14.81 0.32 0.46
Hex 9D 63 50 0 25 31 26 F 20 2E
Octal 235 143 120 0 45 61 46 17 40 56
Binary 10011101 1100011 1010000 0 100101 110001 100110 1111 100000 101110

Color Harmonies of #9D6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D6350

Black with #9D6350

Text Example


Text Example

White with #9D6350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,99,80); }

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

background-color css

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

 a { background-color: rgb(157,99,80); }

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

border-color css

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

 span { border-color: rgb(157,99,80); }

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