#D6695C

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

Shades of Roman #D6695C

Tints of Roman #D6695C

Color information

#D6695C (or 0xD6695C) is unknown color: approx Roman. HEX triplet: D6, 69 and 5C. RGB value is (214,105,92). Sum of RGB (Red+Green+Blue) = 214+105+92=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 105 (41.41% from 255 or 25.55% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6695C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6695C is #2996A3. Grayscale: #888888. Windows color (decimal): -2725540 or 6056406. OLE color: 6056406.

HSL color Cylindrical-coordinate representation of color #D6695C: hue angle of 6.39º 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 #D6695C is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB21410592-
CMYK00.510.570.16
HSL6.39º59.8%60%-
HSV(B)6.39º57.01%83.92%-
XYZ34.7125.1713.15-
YUV136.11103.11183.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.07%
GREEN value IS 105 (41.41% from 255) = 25.55%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=52.07%
G=25.55%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141059200.510.570.166.3959.860
HexD6695C033391063c3c
Octal326151134063712067474
Binary1101011011010011011100011001111100110000110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6695C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6695C; }

 p { color: rgb(214,105,92); }

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

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

 a { background-color: rgb(214,105,92); }

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

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

 span { border-color: rgb(214,105,92); }

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