Html Css Color HEX #D96656 Roman

📋 copy color: '#D96656'

red 217 ◦ green 102 ◦ blue 86

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

Shades of Roman #D96656

Tints of Roman #D96656

RGB

 RED value IS 217 (85.16% from 255) = 53.58%

 GREEN value IS 102 (40.23% from 255) = 25.19%

 BLUE value IS 86 (33.98% from 255) = 21.23%

R = 53.58%
G = 25.19%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D96656 (or 0xD96656) is known color: Roman. HEX triplet: D9, 66 and 56. RGB value is (217,102,86). Sum of RGB (Red+Green+Blue) = 217+102+86=405 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.58% from 405); Green value is 102 (40.23% from 255 or 25.19% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 217 - color contains mainly: red. Hex color #D96656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96656 is #2699A9. Grayscale: #868686. Windows color (decimal): -2529706 or 5662425. OLE color: 5662425.

HSL color Cylindrical-coordinate representation of color #D96656: hue angle of 7.33º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D96656 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 102 86 -
CMYK 0 0.53 0.60 0.15
HSL 7.33º 0.63% 0.59% -
HSV(B) 7.33º 0.6% 0.85% -
XYZ 35.05 24.93 11.77 -
YUV 134.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 217 102 86 0 0.53 0.60 0.15 7.33 0.63 0.59
Hex D9 66 56 0 35 3C F 7 3F 3B
Octal 331 146 126 0 65 74 17 7 77 73
Binary 11011001 1100110 1010110 0 110101 111100 1111 111 111111 111011

Color Harmonies of #D96656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96656

Black with #D96656

Text Example


Text Example

White with #D96656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96656; }

 p { color: rgb(217,102,86); }

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

background-color css

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

 a { background-color: rgb(217,102,86); }

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

border-color css

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

 span { border-color: rgb(217,102,86); }

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