#c6a372

Color #C6A372 Fallow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fallow #C6A372

Tints of Fallow #C6A372

Color information

#C6A372 (or 0xC6A372) is unknown color: approx Fallow. HEX triplet: C6, A3 and 72. RGB value is (198,163,114). Sum of RGB (Red+Green+Blue) = 198+163+114=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 163 (64.06% from 255 or 34.32% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A372 is #395C8D. Grayscale: #A8A8A8. Windows color (decimal): -3759246 or 7513030. OLE color: 7513030.

HSL color Cylindrical-coordinate representation of color #C6A372: hue angle of 35º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6A372 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB198163114-
CMYK00.180.420.22
HSL35º42.42%61.18%-
HSV(B)35º42.42%77.65%-
XYZ39.4239.4221.45-
YUV167.8897.6149.48-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 41.68%
GREEN value IS 163 (64.06% from 255) = 34.32%
BLUE value IS 114 (44.92% from 255) = 24%
R=41.68%
G=34.32%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19816311400.180.420.223542.4261.18
HexC6A3720122A16232a3d
Octal3062431620225226435275
Binary1100011010100011111001001001010101010110100011101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c6a372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c6a372; }

 p { color: rgb(198,163,114); }

 H1.HeaderClassName
 {
   color: #c6a372;
 }
 .AnyTagClassName
 {
   color: #c6a372;
 }
</style>
background-color css

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

 a { background-color: rgb(198,163,114); }

 div.DivClassName
 {
   background-color: #c6a372;
 }
 .BgClassName
 {
   background-color: #c6a372;
 }
</style>
border-color css

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

 span { border-color: rgb(198,163,114); }

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