Html Css Color HEX #D6706A Roman

📋 copy color: '#D6706A'

red 214 ◦ green 112 ◦ blue 106

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

Shades of Roman #D6706A

Tints of Roman #D6706A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.93%

 BLUE value IS 106 (41.8% from 255) = 24.54%

R = 49.54%
G = 25.93%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6706A (or 0xD6706A) is known color: Roman. HEX triplet: D6, 70 and 6A. RGB value is (214,112,106). Sum of RGB (Red+Green+Blue) = 214+112+106=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 106 (41.80% from 255 or 24.54% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D6706A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6706A is #298F95. Grayscale: #8D8D8D. Windows color (decimal): -2723734 or 6975702. OLE color: 6975702.

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

Color convert

RGB 214 112 106 -
CMYK 0 0.48 0.50 0.16
HSL 3.33º 0.57% 0.63% -
HSV(B) 3.33º 0.5% 0.84% -
XYZ 36.13 26.93 16.93 -
YUV 141.81 107.79 179.49 -
System Red Green Blue C M Y K H S L
Decimal 214 112 106 0 0.48 0.50 0.16 3.33 0.57 0.63
Hex D6 70 6A 0 30 32 10 3 39 3F
Octal 326 160 152 0 60 62 20 3 71 77
Binary 11010110 1110000 1101010 0 110000 110010 10000 11 111001 111111

Color Harmonies of #D6706A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6706A

Black with #D6706A

Text Example


Text Example

White with #D6706A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6706A; }

 p { color: rgb(214,112,106); }

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

background-color css

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

 a { background-color: rgb(214,112,106); }

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

border-color css

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

 span { border-color: rgb(214,112,106); }

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