Html Css Color HEX #99685B Au Chico

📋 copy color: '#99685B'

red 153 ◦ green 104 ◦ blue 91

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

Shades of Au Chico #99685B

Tints of Au Chico #99685B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.89%

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

R = 43.97%
G = 29.89%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#99685B (or 0x99685B) is known color: Au Chico. HEX triplet: 99, 68 and 5B. RGB value is (153,104,91). Sum of RGB (Red+Green+Blue) = 153+104+91=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 104 (41.02% from 255 or 29.89% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99685B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99685B is #6697A4. Grayscale: #757575. Windows color (decimal): -6723493 or 5990553. OLE color: 5990553.

HSL color Cylindrical-coordinate representation of color #99685B: hue angle of 12.58º 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 #99685B is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 104 91 -
CMYK 0 0.32 0.41 0.4
HSL 12.58º 0.25% 0.48% -
HSV(B) 12.58º 0.41% 0.6% -
XYZ 19.98 17.43 12.21 -
YUV 117.17 113.23 153.56 -
System Red Green Blue C M Y K H S L
Decimal 153 104 91 0 0.32 0.41 0.4 12.58 0.25 0.48
Hex 99 68 5B 0 20 29 28 D 19 30
Octal 231 150 133 0 40 51 50 15 31 60
Binary 10011001 1101000 1011011 0 100000 101001 101000 1101 11001 110000

Color Harmonies of #99685B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99685B

Black with #99685B

Text Example


Text Example

White with #99685B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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