Html Css Color HEX #9B6055 Au Chico

📋 copy color: '#9B6055'

red 155 ◦ green 96 ◦ blue 85

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

Shades of Au Chico #9B6055

Tints of Au Chico #9B6055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 46.13%
G = 28.57%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.39

RGB Variations

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

Color information

#9B6055 (or 0x9B6055) is known color: Au Chico. HEX triplet: 9B, 60 and 55. RGB value is (155,96,85). Sum of RGB (Red+Green+Blue) = 155+96+85=336 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.13% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6055 is #649FAA. Grayscale: #707070. Windows color (decimal): -6594475 or 5595291. OLE color: 5595291.

HSL color Cylindrical-coordinate representation of color #9B6055: hue angle of 9.43º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B6055 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 96 85 -
CMYK 0 0.38 0.45 0.39
HSL 9.43º 0.29% 0.47% -
HSV(B) 9.43º 0.45% 0.61% -
XYZ 19.34 15.99 10.66 -
YUV 112.39 112.55 158.39 -
System Red Green Blue C M Y K H S L
Decimal 155 96 85 0 0.38 0.45 0.39 9.43 0.29 0.47
Hex 9B 60 55 0 26 2D 27 9 1D 2F
Octal 233 140 125 0 46 55 47 11 35 57
Binary 10011011 1100000 1010101 0 100110 101101 100111 1001 11101 101111

Color Harmonies of #9B6055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6055

Black with #9B6055

Text Example


Text Example

White with #9B6055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,96,85); }

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

background-color css

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

 a { background-color: rgb(155,96,85); }

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

border-color css

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

 span { border-color: rgb(155,96,85); }

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