Html Css Color HEX #99695B Au Chico

📋 copy color: '#99695B'

red 153 ◦ green 105 ◦ blue 91

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

Shades of Au Chico #99695B

Tints of Au Chico #99695B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 30.09%

 BLUE value IS 91 (35.94% from 255) = 26.07%

R = 43.84%
G = 30.09%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99695B (or 0x99695B) is known color: Au Chico. HEX triplet: 99, 69 and 5B. RGB value is (153,105,91). Sum of RGB (Red+Green+Blue) = 153+105+91=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99695B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99695B is #6696A4. Grayscale: #757575. Windows color (decimal): -6723237 or 5990809. OLE color: 5990809.

HSL color Cylindrical-coordinate representation of color #99695B: hue angle of 13.55º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #99695B is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 91 -
CMYK 0 0.31 0.41 0.4
HSL 13.55º 0.25% 0.48% -
HSV(B) 13.55º 0.41% 0.6% -
XYZ 20.08 17.63 12.24 -
YUV 117.76 112.9 153.14 -
System Red Green Blue C M Y K H S L
Decimal 153 105 91 0 0.31 0.41 0.4 13.55 0.25 0.48
Hex 99 69 5B 0 1F 29 28 E 19 30
Octal 231 151 133 0 37 51 50 16 31 60
Binary 10011001 1101001 1011011 0 11111 101001 101000 1110 11001 110000

Color Harmonies of #99695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99695B

Black with #99695B

Text Example


Text Example

White with #99695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99695B; }

 p { color: rgb(153,105,91); }

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

background-color css

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

 a { background-color: rgb(153,105,91); }

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

border-color css

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

 span { border-color: rgb(153,105,91); }

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