#C6755A

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

Shades of Japonica #C6755A

Tints of Japonica #C6755A

Color information

#C6755A (or 0xC6755A) is unknown color: approx Japonica. HEX triplet: C6, 75 and 5A. RGB value is (198,117,90). Sum of RGB (Red+Green+Blue) = 198+117+90=405 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.89% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 90 (35.55% from 255 or 22.22% from 405); Max value from RGB is 198 - color contains mainly: red. Hex color #C6755A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6755A is #398AA5. Grayscale: #8A8A8A. Windows color (decimal): -3771046 or 5928390. OLE color: 5928390.

HSL color Cylindrical-coordinate representation of color #C6755A: hue angle of 15º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6755A is Cyan = 0, Magento = 0.41, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB19811790-
CMYK00.410.550.22
HSL15º48.65%56.47%-
HSV(B)15º54.55%77.65%-
XYZ31.525.4712.93-
YUV138.14100.84170.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.89%
GREEN value IS 117 (46.09% from 255) = 28.89%
BLUE value IS 90 (35.55% from 255) = 22.22%
R=48.89%
G=28.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981179000.410.550.221548.6556.47
HexC6755A0293716f3138
Octal3061651320516726176170
Binary11000110111010110110100101001110111101101111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6755A; }

 p { color: rgb(198,117,90); }

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

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

 a { background-color: rgb(198,117,90); }

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

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

 span { border-color: rgb(198,117,90); }

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