Html Css Color HEX #99695A Au Chico

📋 copy color: '#99695A'

red 153 ◦ green 105 ◦ blue 90

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

Shades of Au Chico #99695A

Tints of Au Chico #99695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 25.86%

R = 43.97%
G = 30.17%
B = 25.86%

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

#99695A (or 0x99695A) is known color: Au Chico. HEX triplet: 99, 69 and 5A. RGB value is (153,105,90). Sum of RGB (Red+Green+Blue) = 153+105+90=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 90 (35.55% from 255 or 25.86% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99695A is #6696A5. Grayscale: #757575. Windows color (decimal): -6723238 or 5925273. OLE color: 5925273.

HSL color Cylindrical-coordinate representation of color #99695A: hue angle of 14.29º degrees, saturation: 0.26, 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 #99695A is Cyan = 0, Magento = 0.31, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 105 90 -
CMYK 0 0.31 0.41 0.4
HSL 14.29º 0.26% 0.48% -
HSV(B) 14.29º 0.41% 0.6% -
XYZ 20.03 17.61 12.02 -
YUV 117.64 112.4 153.22 -
System Red Green Blue C M Y K H S L
Decimal 153 105 90 0 0.31 0.41 0.4 14.29 0.26 0.48
Hex 99 69 5A 0 1F 29 28 E 1A 30
Octal 231 151 132 0 37 51 50 16 32 60
Binary 10011001 1101001 1011010 0 11111 101001 101000 1110 11010 110000

Color Harmonies of #99695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99695A

Black with #99695A

Text Example


Text Example

White with #99695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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