Html Css Color HEX #9C604F Au Chico

📋 copy color: '#9C604F'

red 156 ◦ green 96 ◦ blue 79

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

Shades of Au Chico #9C604F

Tints of Au Chico #9C604F

RGB

 RED value IS 156 (61.33% from 255) = 47.13%

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

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 47.13%
G = 29%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.49

 K value IS 0.39

RGB Variations

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

Color information

#9C604F (or 0x9C604F) is known color: Au Chico. HEX triplet: 9C, 60 and 4F. RGB value is (156,96,79). Sum of RGB (Red+Green+Blue) = 156+96+79=331 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.13% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 156 - color contains mainly: red. Hex color #9C604F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C604F is #639FB0. Grayscale: #707070. Windows color (decimal): -6528945 or 5202076. OLE color: 5202076.

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

Color convert

RGB 156 96 79 -
CMYK 0 0.38 0.49 0.39
HSL 13.25º 0.33% 0.46% -
HSV(B) 13.25º 0.49% 0.61% -
XYZ 19.3 16 9.47 -
YUV 112 109.38 159.38 -
System Red Green Blue C M Y K H S L
Decimal 156 96 79 0 0.38 0.49 0.39 13.25 0.33 0.46
Hex 9C 60 4F 0 26 31 27 D 21 2E
Octal 234 140 117 0 46 61 47 15 41 56
Binary 10011100 1100000 1001111 0 100110 110001 100111 1101 100001 101110

Color Harmonies of #9C604F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C604F

Black with #9C604F

Text Example


Text Example

White with #9C604F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,96,79); }

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

background-color css

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

 a { background-color: rgb(156,96,79); }

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

border-color css

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

 span { border-color: rgb(156,96,79); }

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