Html Css Color HEX #D1695B Roman

📋 copy color: '#D1695B'

red 209 ◦ green 105 ◦ blue 91

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

Shades of Roman #D1695B

Tints of Roman #D1695B

RGB

 RED value IS 209 (82.03% from 255) = 51.6%

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

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

R = 51.6%
G = 25.93%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1695B (or 0xD1695B) is known color: Roman. HEX triplet: D1, 69 and 5B. RGB value is (209,105,91). Sum of RGB (Red+Green+Blue) = 209+105+91=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1695B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1695B is #2E96A4. Grayscale: #868686. Windows color (decimal): -3053221 or 5990865. OLE color: 5990865.

HSL color Cylindrical-coordinate representation of color #D1695B: hue angle of 7.12º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D1695B is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 105 91 -
CMYK 0 0.50 0.56 0.18
HSL 7.12º 0.56% 0.59% -
HSV(B) 7.12º 0.56% 0.82% -
XYZ 33.23 24.41 12.86 -
YUV 134.5 103.46 181.14 -
System Red Green Blue C M Y K H S L
Decimal 209 105 91 0 0.50 0.56 0.18 7.12 0.56 0.59
Hex D1 69 5B 0 32 38 12 7 38 3B
Octal 321 151 133 0 62 70 22 7 70 73
Binary 11010001 1101001 1011011 0 110010 111000 10010 111 111000 111011

Color Harmonies of #D1695B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1695B

Black with #D1695B

Text Example


Text Example

White with #D1695B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1695B; }

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

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

background-color css

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

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

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

border-color css

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

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

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