Html Css Color HEX #D96756 Roman

📋 copy color: '#D96756'

red 217 ◦ green 103 ◦ blue 86

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

Shades of Roman #D96756

Tints of Roman #D96756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.37%

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

R = 53.45%
G = 25.37%
B = 21.18%

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

#D96756 (or 0xD96756) is known color: Roman. HEX triplet: D9, 67 and 56. RGB value is (217,103,86). Sum of RGB (Red+Green+Blue) = 217+103+86=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 103 (40.62% from 255 or 25.37% from 406); Blue value is 86 (33.98% from 255 or 21.18% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D96756 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96756 is #2698A9. Grayscale: #878787. Windows color (decimal): -2529450 or 5662681. OLE color: 5662681.

HSL color Cylindrical-coordinate representation of color #D96756: hue angle of 7.79º 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 #D96756 is Cyan = 0, Magento = 0.53, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 103 86 -
CMYK 0 0.53 0.60 0.15
HSL 7.79º 0.63% 0.59% -
HSV(B) 7.79º 0.6% 0.85% -
XYZ 35.15 25.12 11.8 -
YUV 135.15 100.27 186.38 -
System Red Green Blue C M Y K H S L
Decimal 217 103 86 0 0.53 0.60 0.15 7.79 0.63 0.59
Hex D9 67 56 0 35 3C F 8 3F 3B
Octal 331 147 126 0 65 74 17 10 77 73
Binary 11011001 1100111 1010110 0 110101 111100 1111 1000 111111 111011

Color Harmonies of #D96756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96756

Black with #D96756

Text Example


Text Example

White with #D96756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96756; }

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

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

background-color css

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

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

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

border-color css

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

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

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