Html Css Color HEX #D6695B Roman

📋 copy color: '#D6695B'

red 214 ◦ green 105 ◦ blue 91

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

Shades of Roman #D6695B

Tints of Roman #D6695B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 22.2%

R = 52.2%
G = 25.61%
B = 22.2%

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

#D6695B (or 0xD6695B) is known color: Roman. HEX triplet: D6, 69 and 5B. RGB value is (214,105,91). Sum of RGB (Red+Green+Blue) = 214+105+91=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 91 (35.94% from 255 or 22.20% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6695B is #2996A4. Grayscale: #888888. Windows color (decimal): -2725541 or 5990870. OLE color: 5990870.

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

Color convert

RGB 214 105 91 -
CMYK 0 0.51 0.57 0.16
HSL 6.83º 0.6% 0.6% -
HSV(B) 6.83º 0.57% 0.84% -
XYZ 34.67 25.15 12.93 -
YUV 136 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 214 105 91 0 0.51 0.57 0.16 6.83 0.6 0.6
Hex D6 69 5B 0 33 39 10 7 3C 3C
Octal 326 151 133 0 63 71 20 7 74 74
Binary 11010110 1101001 1011011 0 110011 111001 10000 111 111100 111100

Color Harmonies of #D6695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6695B

Black with #D6695B

Text Example


Text Example

White with #D6695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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