#C6795F

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

Shades of Japonica #C6795F

Tints of Japonica #C6795F

Color information

#C6795F (or 0xC6795F) is unknown color: approx Japonica. HEX triplet: C6, 79 and 5F. RGB value is (198,121,95). Sum of RGB (Red+Green+Blue) = 198+121+95=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 121 (47.66% from 255 or 29.23% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C6795F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6795F is #3986A0. Grayscale: #8D8D8D. Windows color (decimal): -3770017 or 6257094. OLE color: 6257094.

HSL color Cylindrical-coordinate representation of color #C6795F: hue angle of 15.15º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C6795F is Cyan = 0, Magento = 0.39, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB19812195-
CMYK00.390.520.22
HSL15.15º47.47%57.45%-
HSV(B)15.15º52.02%77.65%-
XYZ32.1926.5114.25-
YUV141.06102.01168.61-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 47.83%
GREEN value IS 121 (47.66% from 255) = 29.23%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=47.83%
G=29.23%
B=22.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981219500.390.520.2215.1547.4757.45
HexC6795F0273416f2f39
Octal3061711370476426175771
Binary11000110111100110111110100111110100101101111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6795F; }

 p { color: rgb(198,121,95); }

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

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

 a { background-color: rgb(198,121,95); }

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

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

 span { border-color: rgb(198,121,95); }

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