Html Css Color HEX #966253 Au Chico

📋 copy color: '#966253'

red 150 ◦ green 98 ◦ blue 83

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

Shades of Au Chico #966253

Tints of Au Chico #966253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.61%

 BLUE value IS 83 (32.81% from 255) = 25.08%

R = 45.32%
G = 29.61%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.45

 K value IS 0.41

RGB Variations

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

Color information

#966253 (or 0x966253) is known color: Au Chico. HEX triplet: 96, 62 and 53. RGB value is (150,98,83). Sum of RGB (Red+Green+Blue) = 150+98+83=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #966253 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966253 is #699DAC. Grayscale: #6F6F6F. Windows color (decimal): -6921645 or 5464726. OLE color: 5464726.

HSL color Cylindrical-coordinate representation of color #966253: hue angle of 13.43º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #966253 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 98 83 -
CMYK 0 0.35 0.45 0.41
HSL 13.43º 0.29% 0.46% -
HSV(B) 13.43º 0.45% 0.59% -
XYZ 18.51 15.84 10.27 -
YUV 111.84 111.73 155.22 -
System Red Green Blue C M Y K H S L
Decimal 150 98 83 0 0.35 0.45 0.41 13.43 0.29 0.46
Hex 96 62 53 0 23 2D 29 D 1D 2E
Octal 226 142 123 0 43 55 51 15 35 56
Binary 10010110 1100010 1010011 0 100011 101101 101001 1101 11101 101110

Color Harmonies of #966253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966253

Black with #966253

Text Example


Text Example

White with #966253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966253; }

 p { color: rgb(150,98,83); }

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

background-color css

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

 a { background-color: rgb(150,98,83); }

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

border-color css

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

 span { border-color: rgb(150,98,83); }

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