Html Css Color HEX #996758 Au Chico

📋 copy color: '#996758'

red 153 ◦ green 103 ◦ blue 88

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

Shades of Au Chico #996758

Tints of Au Chico #996758

RGB

 RED value IS 153 (60.16% from 255) = 44.48%

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

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

R = 44.48%
G = 29.94%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.4

RGB Variations

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

Color information

#996758 (or 0x996758) is known color: Au Chico. HEX triplet: 99, 67 and 58. RGB value is (153,103,88). Sum of RGB (Red+Green+Blue) = 153+103+88=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 103 (40.62% from 255 or 29.94% from 344); Blue value is 88 (34.77% from 255 or 25.58% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #996758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996758 is #6698A7. Grayscale: #747474. Windows color (decimal): -6723752 or 5793689. OLE color: 5793689.

HSL color Cylindrical-coordinate representation of color #996758: hue angle of 13.85º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #996758 is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 103 88 -
CMYK 0 0.33 0.42 0.4
HSL 13.85º 0.27% 0.47% -
HSV(B) 13.85º 0.42% 0.6% -
XYZ 19.75 17.18 11.51 -
YUV 116.24 112.07 154.22 -
System Red Green Blue C M Y K H S L
Decimal 153 103 88 0 0.33 0.42 0.4 13.85 0.27 0.47
Hex 99 67 58 0 21 2A 28 E 1B 2F
Octal 231 147 130 0 41 52 50 16 33 57
Binary 10011001 1100111 1011000 0 100001 101010 101000 1110 11011 101111

Color Harmonies of #996758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996758

Black with #996758

Text Example


Text Example

White with #996758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996758; }

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

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

background-color css

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

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

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

border-color css

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

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

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