Html Css Color HEX #D6694B Red Damask

📋 copy color: '#D6694B'

red 214 ◦ green 105 ◦ blue 75

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

Shades of Red Damask #D6694B

Tints of Red Damask #D6694B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.65%

 BLUE value IS 75 (29.69% from 255) = 19.04%

R = 54.31%
G = 26.65%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6694B (or 0xD6694B) is known color: Red Damask. HEX triplet: D6, 69 and 4B. RGB value is (214,105,75). Sum of RGB (Red+Green+Blue) = 214+105+75=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 75 (29.69% from 255 or 19.04% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6694B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D6694B is #2996B4. Grayscale: #868686. Windows color (decimal): -2725557 or 4942294. OLE color: 4942294.

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

Color convert

RGB 214 105 75 -
CMYK 0 0.51 0.65 0.16
HSL 12.95º 0.63% 0.57% -
HSV(B) 12.95º 0.65% 0.84% -
XYZ 34.05 24.91 9.67 -
YUV 134.17 94.61 184.94 -
System Red Green Blue C M Y K H S L
Decimal 214 105 75 0 0.51 0.65 0.16 12.95 0.63 0.57
Hex D6 69 4B 0 33 41 10 D 3F 39
Octal 326 151 113 0 63 101 20 15 77 71
Binary 11010110 1101001 1001011 0 110011 1000001 10000 1101 111111 111001

Color Harmonies of #D6694B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6694B

Black with #D6694B

Text Example


Text Example

White with #D6694B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6694B; }

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

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

background-color css

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

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

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

border-color css

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

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

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