Html Css Color HEX #986C69 Copper Rose

📋 copy color: '#986C69'

red 152 ◦ green 108 ◦ blue 105

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

Shades of Copper Rose #986C69

Tints of Copper Rose #986C69

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.59%

 BLUE value IS 105 (41.41% from 255) = 28.77%

R = 41.64%
G = 29.59%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#986C69 (or 0x986C69) is known color: Copper Rose. HEX triplet: 98, 6C and 69. RGB value is (152,108,105). Sum of RGB (Red+Green+Blue) = 152+108+105=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 105 (41.41% from 255 or 28.77% from 365); Max value from RGB is 152 - color contains mainly: red. Hex color #986C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C69 is #679396. Grayscale: #787878. Windows color (decimal): -6787991 or 6909080. OLE color: 6909080.

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

Color convert

RGB 152 108 105 -
CMYK 0 0.29 0.31 0.40
HSL 3.83º 0.19% 0.5% -
HSV(B) 3.83º 0.31% 0.6% -
XYZ 20.86 18.42 15.82 -
YUV 120.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 152 108 105 0 0.29 0.31 0.40 3.83 0.19 0.5
Hex 98 6C 69 0 1D 1F 28 4 13 32
Octal 230 154 151 0 35 37 50 4 23 62
Binary 10011000 1101100 1101001 0 11101 11111 101000 100 10011 110010

Color Harmonies of #986C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986C69

Black with #986C69

Text Example


Text Example

White with #986C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986C69; }

 p { color: rgb(152,108,105); }

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

background-color css

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

 a { background-color: rgb(152,108,105); }

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

border-color css

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

 span { border-color: rgb(152,108,105); }

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