#C6735D

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

Shades of Japonica #C6735D

Tints of Japonica #C6735D

Color information

#C6735D (or 0xC6735D) is unknown color: approx Japonica. HEX triplet: C6, 73 and 5D. RGB value is (198,115,93). Sum of RGB (Red+Green+Blue) = 198+115+93=406 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.77% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 198 - color contains mainly: red. Hex color #C6735D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6735D is #398CA2. Grayscale: #898989. Windows color (decimal): -3771555 or 6124486. OLE color: 6124486.

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

Color convert

RGB19811593-
CMYK00.420.530.22
HSL12.57º47.95%57.06%-
HSV(B)12.57º53.03%77.65%-
XYZ31.425.0613.54-
YUV137.31103171.29-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.77%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=48.77%
G=28.33%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981159300.420.530.2212.5747.9557.06
HexC6735D02A3516d3039
Octal3061631350526526156071
Binary11000110111001110111010101010110101101101101110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6735D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6735D; }

 p { color: rgb(198,115,93); }

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

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

 a { background-color: rgb(198,115,93); }

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

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

 span { border-color: rgb(198,115,93); }

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