Html Css Color HEX #D6685C Roman

📋 copy color: '#D6685C'

red 214 ◦ green 104 ◦ blue 92

#D6685C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Roman #D6685C

Tints of Roman #D6685C

RGB

 RED value IS 214 (83.98% from 255) = 52.2%

 GREEN value IS 104 (41.02% from 255) = 25.37%

 BLUE value IS 92 (36.33% from 255) = 22.44%

R = 52.2%
G = 25.37%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6685C (or 0xD6685C) is known color: Roman. HEX triplet: D6, 68 and 5C. RGB value is (214,104,92). Sum of RGB (Red+Green+Blue) = 214+104+92=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 92 (36.33% from 255 or 22.44% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6685C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6685C is #2997A3. Grayscale: #878787. Windows color (decimal): -2725796 or 6056150. OLE color: 6056150.

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

Color convert

RGB 214 104 92 -
CMYK 0 0.51 0.57 0.16
HSL 5.9º 0.6% 0.6% -
HSV(B) 5.9º 0.57% 0.84% -
XYZ 34.61 24.97 13.12 -
YUV 135.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 214 104 92 0 0.51 0.57 0.16 5.9 0.6 0.6
Hex D6 68 5C 0 33 39 10 6 3C 3C
Octal 326 150 134 0 63 71 20 6 74 74
Binary 11010110 1101000 1011100 0 110011 111001 10000 110 111100 111100

Color Harmonies of #D6685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6685C

Black with #D6685C

Text Example


Text Example

White with #D6685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6685C; }

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

 H1.HeaderClassName
 {
   color: #D6685C;
 }
 .AnyTagClassName
 {
   color: #D6685C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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