Html Css Color HEX #966758 Au Chico

📋 copy color: '#966758'

red 150 ◦ green 103 ◦ blue 88

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

Shades of Au Chico #966758

Tints of Au Chico #966758

RGB

 RED value IS 150 (58.98% from 255) = 43.99%

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

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

R = 43.99%
G = 30.21%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#966758 (or 0x966758) is known color: Au Chico. HEX triplet: 96, 67 and 58. RGB value is (150,103,88). Sum of RGB (Red+Green+Blue) = 150+103+88=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 103 (40.62% from 255 or 30.21% from 341); Blue value is 88 (34.77% from 255 or 25.81% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #966758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966758 is #6998A7. Grayscale: #737373. Windows color (decimal): -6920360 or 5793686. OLE color: 5793686.

HSL color Cylindrical-coordinate representation of color #966758: hue angle of 14.52º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #966758 is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 103 88 -
CMYK 0 0.31 0.41 0.41
HSL 14.52º 0.26% 0.47% -
HSV(B) 14.52º 0.41% 0.59% -
XYZ 19.19 16.89 11.48 -
YUV 115.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 150 103 88 0 0.31 0.41 0.41 14.52 0.26 0.47
Hex 96 67 58 0 1F 29 29 F 1A 2F
Octal 226 147 130 0 37 51 51 17 32 57
Binary 10010110 1100111 1011000 0 11111 101001 101001 1111 11010 101111

Color Harmonies of #966758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966758

Black with #966758

Text Example


Text Example

White with #966758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966758; }

 p { color: rgb(150,103,88); }

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

background-color css

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

 a { background-color: rgb(150,103,88); }

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

border-color css

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

 span { border-color: rgb(150,103,88); }

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