Html Css Color HEX #D96B61 Roman

📋 copy color: '#D96B61'

red 217 ◦ green 107 ◦ blue 97

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

Shades of Roman #D96B61

Tints of Roman #D96B61

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.42%

 BLUE value IS 97 (38.28% from 255) = 23.04%

R = 51.54%
G = 25.42%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D96B61 (or 0xD96B61) is known color: Roman. HEX triplet: D9, 6B and 61. RGB value is (217,107,97). Sum of RGB (Red+Green+Blue) = 217+107+97=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 107 (42.19% from 255 or 25.42% from 421); Blue value is 97 (38.28% from 255 or 23.04% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D96B61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D96B61 is #26949E. Grayscale: #8A8A8A. Windows color (decimal): -2528415 or 6384601. OLE color: 6384601.

HSL color Cylindrical-coordinate representation of color #D96B61: hue angle of 5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96B61 is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 107 97 -
CMYK 0 0.51 0.55 0.15
HSL 0.61% 0.62% -
HSV(B) 0.55% 0.85% -
XYZ 36.03 26.13 14.45 -
YUV 138.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 217 107 97 0 0.51 0.55 0.15 5 0.61 0.62
Hex D9 6B 61 0 33 37 F 5 3D 3E
Octal 331 153 141 0 63 67 17 5 75 76
Binary 11011001 1101011 1100001 0 110011 110111 1111 101 111101 111110

Color Harmonies of #D96B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D96B61

Black with #D96B61

Text Example


Text Example

White with #D96B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D96B61; }

 p { color: rgb(217,107,97); }

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

background-color css

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

 a { background-color: rgb(217,107,97); }

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

border-color css

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

 span { border-color: rgb(217,107,97); }

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