Html Css Color HEX #9B615A Au Chico

📋 copy color: '#9B615A'

red 155 ◦ green 97 ◦ blue 90

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

Shades of Au Chico #9B615A

Tints of Au Chico #9B615A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.36%

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

R = 45.32%
G = 28.36%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.39

RGB Variations

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

Color information

#9B615A (or 0x9B615A) is known color: Au Chico. HEX triplet: 9B, 61 and 5A. RGB value is (155,97,90). Sum of RGB (Red+Green+Blue) = 155+97+90=342 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.32% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 90 (35.55% from 255 or 26.32% from 342); Max value from RGB is 155 - color contains mainly: red. Hex color #9B615A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B615A is #649EA5. Grayscale: #717171. Windows color (decimal): -6594214 or 5923227. OLE color: 5923227.

HSL color Cylindrical-coordinate representation of color #9B615A: hue angle of 6.46º 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 #9B615A is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 97 90 -
CMYK 0 0.37 0.42 0.39
HSL 6.46º 0.27% 0.48% -
HSV(B) 6.46º 0.42% 0.61% -
XYZ 19.64 16.26 11.78 -
YUV 113.54 114.72 157.57 -
System Red Green Blue C M Y K H S L
Decimal 155 97 90 0 0.37 0.42 0.39 6.46 0.27 0.48
Hex 9B 61 5A 0 25 2A 27 6 1B 30
Octal 233 141 132 0 45 52 47 6 33 60
Binary 10011011 1100001 1011010 0 100101 101010 100111 110 11011 110000

Color Harmonies of #9B615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B615A

Black with #9B615A

Text Example


Text Example

White with #9B615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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