#C6705B

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

Shades of Japonica #C6705B

Tints of Japonica #C6705B

Color information

#C6705B (or 0xC6705B) is unknown color: approx Japonica. HEX triplet: C6, 70 and 5B. RGB value is (198,112,91). Sum of RGB (Red+Green+Blue) = 198+112+91=401 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.38% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 91 (35.94% from 255 or 22.69% from 401); Max value from RGB is 198 - color contains mainly: red. Hex color #C6705B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6705B is #398FA4. Grayscale: #878787. Windows color (decimal): -3772325 or 5992646. OLE color: 5992646.

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

Color convert

RGB19811291-
CMYK00.430.540.22
HSL11.78º48.42%56.67%-
HSV(B)11.78º54.04%77.65%-
XYZ30.9724.3512.97-
YUV135.32102.99172.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.38%
GREEN value IS 112 (44.14% from 255) = 27.93%
BLUE value IS 91 (35.94% from 255) = 22.69%
R=49.38%
G=27.93%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981129100.430.540.2211.7848.4256.67
HexC6705B02B3616c3039
Octal3061601330536626146071
Binary11000110111000010110110101011110110101101100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6705B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6705B; }

 p { color: rgb(198,112,91); }

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

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

 a { background-color: rgb(198,112,91); }

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

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

 span { border-color: rgb(198,112,91); }

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