Html Css Color HEX #986B69 Copper Rose

📋 copy color: '#986B69'

red 152 ◦ green 107 ◦ blue 105

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

Shades of Copper Rose #986B69

Tints of Copper Rose #986B69

RGB

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

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

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

R = 41.76%
G = 29.4%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#986B69 (or 0x986B69) is known color: Copper Rose. HEX triplet: 98, 6B and 69. RGB value is (152,107,105). Sum of RGB (Red+Green+Blue) = 152+107+105=364 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.76% from 364); Green value is 107 (42.19% from 255 or 29.40% from 364); Blue value is 105 (41.41% from 255 or 28.85% from 364); Max value from RGB is 152 - color contains mainly: red. Hex color #986B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B69 is #679496. Grayscale: #787878. Windows color (decimal): -6788247 or 6908824. OLE color: 6908824.

HSL color Cylindrical-coordinate representation of color #986B69: hue angle of 2.55º 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 #986B69 is Cyan = 0, Magento = 0.30, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 107 105 -
CMYK 0 0.30 0.31 0.40
HSL 2.55º 0.19% 0.5% -
HSV(B) 2.55º 0.31% 0.6% -
XYZ 20.76 18.21 15.79 -
YUV 120.23 119.41 150.66 -
System Red Green Blue C M Y K H S L
Decimal 152 107 105 0 0.30 0.31 0.40 2.55 0.19 0.5
Hex 98 6B 69 0 1E 1F 28 3 13 32
Octal 230 153 151 0 36 37 50 3 23 62
Binary 10011000 1101011 1101001 0 11110 11111 101000 11 10011 110010

Color Harmonies of #986B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986B69

Black with #986B69

Text Example


Text Example

White with #986B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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