Html Css Color HEX #9B635A Au Chico

📋 copy color: '#9B635A'

red 155 ◦ green 99 ◦ blue 90

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

Shades of Au Chico #9B635A

Tints of Au Chico #9B635A

RGB

 RED value IS 155 (60.94% from 255) = 45.06%

 GREEN value IS 99 (39.06% from 255) = 28.78%

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

R = 45.06%
G = 28.78%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B635A (or 0x9B635A) is known color: Au Chico. HEX triplet: 9B, 63 and 5A. RGB value is (155,99,90). Sum of RGB (Red+Green+Blue) = 155+99+90=344 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.06% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 155 - color contains mainly: red. Hex color #9B635A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B635A is #649CA5. Grayscale: #727272. Windows color (decimal): -6593702 or 5923739. OLE color: 5923739.

HSL color Cylindrical-coordinate representation of color #9B635A: hue angle of 8.31º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9B635A is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 99 90 -
CMYK 0 0.36 0.42 0.39
HSL 8.31º 0.27% 0.48% -
HSV(B) 8.31º 0.42% 0.61% -
XYZ 19.82 16.63 11.84 -
YUV 114.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 155 99 90 0 0.36 0.42 0.39 8.31 0.27 0.48
Hex 9B 63 5A 0 24 2A 27 8 1B 30
Octal 233 143 132 0 44 52 47 10 33 60
Binary 10011011 1100011 1011010 0 100100 101010 100111 1000 11011 110000

Color Harmonies of #9B635A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B635A

Black with #9B635A

Text Example


Text Example

White with #9B635A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9B635A; }

 p { color: rgb(155,99,90); }

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

background-color css

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

 a { background-color: rgb(155,99,90); }

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

border-color css

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

 span { border-color: rgb(155,99,90); }

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