Html Css Color HEX #987068 Dark Chestnut

📋 copy color: '#987068'

red 152 ◦ green 112 ◦ blue 104

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

Shades of Dark Chestnut #987068

Tints of Dark Chestnut #987068

RGB

 RED value IS 152 (59.77% from 255) = 41.3%

 GREEN value IS 112 (44.14% from 255) = 30.43%

 BLUE value IS 104 (41.02% from 255) = 28.26%

R = 41.3%
G = 30.43%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#987068 (or 0x987068) is known color: Dark Chestnut. HEX triplet: 98, 70 and 68. RGB value is (152,112,104). Sum of RGB (Red+Green+Blue) = 152+112+104=368 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.30% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 152 - color contains mainly: red. Hex color #987068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987068 is #678F97. Grayscale: #7B7B7B. Windows color (decimal): -6786968 or 6844568. OLE color: 6844568.

HSL color Cylindrical-coordinate representation of color #987068: hue angle of 10º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #987068 is Cyan = 0, Magento = 0.26, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 112 104 -
CMYK 0 0.26 0.32 0.40
HSL 10º 0.19% 0.5% -
HSV(B) 10º 0.32% 0.6% -
XYZ 21.24 19.26 15.7 -
YUV 123.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 152 112 104 0 0.26 0.32 0.40 10 0.19 0.5
Hex 98 70 68 0 1A 20 28 A 13 32
Octal 230 160 150 0 32 40 50 12 23 62
Binary 10011000 1110000 1101000 0 11010 100000 101000 1010 10011 110010

Color Harmonies of #987068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987068

Black with #987068

Text Example


Text Example

White with #987068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987068; }

 p { color: rgb(152,112,104); }

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

background-color css

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

 a { background-color: rgb(152,112,104); }

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

border-color css

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

 span { border-color: rgb(152,112,104); }

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