Html Css Color HEX #9B675C Au Chico

📋 copy color: '#9B675C'

red 155 ◦ green 103 ◦ blue 92

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

Shades of Au Chico #9B675C

Tints of Au Chico #9B675C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 92 (36.33% from 255) = 26.29%

R = 44.29%
G = 29.43%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.41

 K value IS 0.39

RGB Variations

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

Color information

#9B675C (or 0x9B675C) is known color: Au Chico. HEX triplet: 9B, 67 and 5C. RGB value is (155,103,92). Sum of RGB (Red+Green+Blue) = 155+103+92=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B675C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B675C is #6498A3. Grayscale: #757575. Windows color (decimal): -6592676 or 6055835. OLE color: 6055835.

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

Color convert

RGB 155 103 92 -
CMYK 0 0.34 0.41 0.39
HSL 10.48º 0.26% 0.48% -
HSV(B) 10.48º 0.41% 0.61% -
XYZ 20.3 17.44 12.42 -
YUV 117.29 113.73 154.89 -
System Red Green Blue C M Y K H S L
Decimal 155 103 92 0 0.34 0.41 0.39 10.48 0.26 0.48
Hex 9B 67 5C 0 22 29 27 A 1A 30
Octal 233 147 134 0 42 51 47 12 32 60
Binary 10011011 1100111 1011100 0 100010 101001 100111 1010 11010 110000

Color Harmonies of #9B675C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B675C

Black with #9B675C

Text Example


Text Example

White with #9B675C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,103,92); }

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

background-color css

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

 a { background-color: rgb(155,103,92); }

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

border-color css

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

 span { border-color: rgb(155,103,92); }

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