#C6795C

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

Shades of Japonica #C6795C

Tints of Japonica #C6795C

Color information

#C6795C (or 0xC6795C) is unknown color: approx Japonica. HEX triplet: C6, 79 and 5C. RGB value is (198,121,92). Sum of RGB (Red+Green+Blue) = 198+121+92=411 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.18% from 411); Green value is 121 (47.66% from 255 or 29.44% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 198 - color contains mainly: red. Hex color #C6795C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6795C is #3986A3. Grayscale: #8C8C8C. Windows color (decimal): -3770020 or 6060486. OLE color: 6060486.

HSL color Cylindrical-coordinate representation of color #C6795C: hue angle of 16.42º 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 #C6795C is Cyan = 0, Magento = 0.39, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB19812192-
CMYK00.390.540.22
HSL16.42º48.18%56.86%-
HSV(B)16.42º53.54%77.65%-
XYZ32.0626.4513.54-
YUV140.72100.51168.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 48.18%
GREEN value IS 121 (47.66% from 255) = 29.44%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=48.18%
G=29.44%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981219200.390.540.2216.4248.1856.86
HexC6795C0273616103039
Octal3061711340476626206071
Binary110001101111001101110001001111101101011010000110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6795C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6795C; }

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

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

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

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

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

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

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

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