Html Css Color HEX #9F6452 Au Chico

📋 copy color: '#9F6452'

red 159 ◦ green 100 ◦ blue 82

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

Shades of Au Chico #9F6452

Tints of Au Chico #9F6452

RGB

 RED value IS 159 (62.5% from 255) = 46.63%

 GREEN value IS 100 (39.45% from 255) = 29.33%

 BLUE value IS 82 (32.42% from 255) = 24.05%

R = 46.63%
G = 29.33%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.48

 K value IS 0.38

RGB Variations

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

Color information

#9F6452 (or 0x9F6452) is known color: Au Chico. HEX triplet: 9F, 64 and 52. RGB value is (159,100,82). Sum of RGB (Red+Green+Blue) = 159+100+82=341 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.63% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 82 (32.42% from 255 or 24.05% from 341); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6452 is #609BAD. Grayscale: #737373. Windows color (decimal): -6331310 or 5399711. OLE color: 5399711.

HSL color Cylindrical-coordinate representation of color #9F6452: hue angle of 14.03º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F6452 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 100 82 -
CMYK 0 0.37 0.48 0.38
HSL 14.03º 0.32% 0.47% -
HSV(B) 14.03º 0.48% 0.62% -
XYZ 20.38 17.09 10.21 -
YUV 115.59 109.05 158.96 -
System Red Green Blue C M Y K H S L
Decimal 159 100 82 0 0.37 0.48 0.38 14.03 0.32 0.47
Hex 9F 64 52 0 25 30 26 E 20 2F
Octal 237 144 122 0 45 60 46 16 40 57
Binary 10011111 1100100 1010010 0 100101 110000 100110 1110 100000 101111

Color Harmonies of #9F6452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6452

Black with #9F6452

Text Example


Text Example

White with #9F6452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,100,82); }

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

background-color css

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

 a { background-color: rgb(159,100,82); }

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

border-color css

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

 span { border-color: rgb(159,100,82); }

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