Html Css Color HEX #956358 Au Chico

📋 copy color: '#956358'

red 149 ◦ green 99 ◦ blue 88

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

Shades of Au Chico #956358

Tints of Au Chico #956358

RGB

 RED value IS 149 (58.59% from 255) = 44.35%

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

 BLUE value IS 88 (34.77% from 255) = 26.19%

R = 44.35%
G = 29.46%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#956358 (or 0x956358) is known color: Au Chico. HEX triplet: 95, 63 and 58. RGB value is (149,99,88). Sum of RGB (Red+Green+Blue) = 149+99+88=336 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.35% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 88 (34.77% from 255 or 26.19% from 336); Max value from RGB is 149 - color contains mainly: red. Hex color #956358 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #956358 is #6A9CA7. Grayscale: #707070. Windows color (decimal): -6986920 or 5792661. OLE color: 5792661.

HSL color Cylindrical-coordinate representation of color #956358: hue angle of 10.82º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #956358 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 99 88 -
CMYK 0 0.34 0.41 0.42
HSL 10.82º 0.26% 0.46% -
HSV(B) 10.82º 0.41% 0.58% -
XYZ 18.62 16.02 11.34 -
YUV 112.7 114.07 153.89 -
System Red Green Blue C M Y K H S L
Decimal 149 99 88 0 0.34 0.41 0.42 10.82 0.26 0.46
Hex 95 63 58 0 22 29 2A B 1A 2E
Octal 225 143 130 0 42 51 52 13 32 56
Binary 10010101 1100011 1011000 0 100010 101001 101010 1011 11010 101110

Color Harmonies of #956358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956358

Black with #956358

Text Example


Text Example

White with #956358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956358; }

 p { color: rgb(149,99,88); }

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

background-color css

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

 a { background-color: rgb(149,99,88); }

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

border-color css

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

 span { border-color: rgb(149,99,88); }

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