Html Css Color HEX #D6675E Roman

📋 copy color: '#D6675E'

red 214 ◦ green 103 ◦ blue 94

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

Shades of Roman #D6675E

Tints of Roman #D6675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.06%

 BLUE value IS 94 (37.11% from 255) = 22.87%

R = 52.07%
G = 25.06%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6675E (or 0xD6675E) is known color: Roman. HEX triplet: D6, 67 and 5E. RGB value is (214,103,94). Sum of RGB (Red+Green+Blue) = 214+103+94=411 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.07% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 94 (37.11% from 255 or 22.87% from 411); Max value from RGB is 214 - color contains mainly: red. Hex color #D6675E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6675E is #2998A1. Grayscale: #878787. Windows color (decimal): -2726050 or 6186966. OLE color: 6186966.

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

Color convert

RGB 214 103 94 -
CMYK 0 0.52 0.56 0.16
HSL 4.5º 0.59% 0.6% -
HSV(B) 4.5º 0.56% 0.84% -
XYZ 34.6 24.8 13.55 -
YUV 135.16 104.77 184.23 -
System Red Green Blue C M Y K H S L
Decimal 214 103 94 0 0.52 0.56 0.16 4.5 0.59 0.6
Hex D6 67 5E 0 34 38 10 4 3B 3C
Octal 326 147 136 0 64 70 20 4 73 74
Binary 11010110 1100111 1011110 0 110100 111000 10000 100 111011 111100

Color Harmonies of #D6675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6675E

Black with #D6675E

Text Example


Text Example

White with #D6675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6675E; }

 p { color: rgb(214,103,94); }

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

background-color css

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

 a { background-color: rgb(214,103,94); }

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

border-color css

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

 span { border-color: rgb(214,103,94); }

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