#D6795D

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

Shades of Japonica #D6795D

Tints of Japonica #D6795D

Color information

#D6795D (or 0xD6795D) is unknown color: approx Japonica. HEX triplet: D6, 79 and 5D. RGB value is (214,121,93). Sum of RGB (Red+Green+Blue) = 214+121+93=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 121 (47.66% from 255 or 28.27% from 428); Blue value is 93 (36.72% from 255 or 21.73% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6795D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6795D is #2986A2. Grayscale: #919191. Windows color (decimal): -2721443 or 6126038. OLE color: 6126038.

HSL color Cylindrical-coordinate representation of color #D6795D: hue angle of 13.88º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D6795D is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21412193-
CMYK00.430.570.16
HSL13.88º59.61%60.2%-
HSV(B)13.88º56.54%83.92%-
XYZ36.5428.7613.98-
YUV145.6298.31176.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50%
GREEN value IS 121 (47.66% from 255) = 28.27%
BLUE value IS 93 (36.72% from 255) = 21.73%
R=50%
G=28.27%
B=21.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141219300.430.570.1613.8859.6160.2
HexD6795D02B3910e3c3c
Octal3261711350537120167474
Binary11010110111100110111010101011111001100001110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6795D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6795D; }

 p { color: rgb(214,121,93); }

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

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

 a { background-color: rgb(214,121,93); }

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

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

 span { border-color: rgb(214,121,93); }

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