Html Css Color HEX #D6695D Roman

📋 copy color: '#D6695D'

red 214 ◦ green 105 ◦ blue 93

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

Shades of Roman #D6695D

Tints of Roman #D6695D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.57%

R = 51.94%
G = 25.49%
B = 22.57%

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

#D6695D (or 0xD6695D) is known color: Roman. HEX triplet: D6, 69 and 5D. RGB value is (214,105,93). Sum of RGB (Red+Green+Blue) = 214+105+93=412 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.94% from 412); Green value is 105 (41.41% from 255 or 25.49% from 412); Blue value is 93 (36.72% from 255 or 22.57% from 412); Max value from RGB is 214 - color contains mainly: red. Hex color #D6695D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6695D is #2996A2. Grayscale: #888888. Windows color (decimal): -2725539 or 6121942. OLE color: 6121942.

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

Color convert

RGB 214 105 93 -
CMYK 0 0.51 0.57 0.16
HSL 5.95º 0.6% 0.6% -
HSV(B) 5.95º 0.57% 0.84% -
XYZ 34.76 25.19 13.39 -
YUV 136.22 103.61 183.48 -
System Red Green Blue C M Y K H S L
Decimal 214 105 93 0 0.51 0.57 0.16 5.95 0.6 0.6
Hex D6 69 5D 0 33 39 10 6 3C 3C
Octal 326 151 135 0 63 71 20 6 74 74
Binary 11010110 1101001 1011101 0 110011 111001 10000 110 111100 111100

Color Harmonies of #D6695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6695D

Black with #D6695D

Text Example


Text Example

White with #D6695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6695D; }

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

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

background-color css

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

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

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

border-color css

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

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

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