Html Css Color HEX #986766 Copper Rose

📋 copy color: '#986766'

red 152 ◦ green 103 ◦ blue 102

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

Shades of Copper Rose #986766

Tints of Copper Rose #986766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 28.57%

R = 42.58%
G = 28.85%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#986766 (or 0x986766) is known color: Copper Rose. HEX triplet: 98, 67 and 66. RGB value is (152,103,102). Sum of RGB (Red+Green+Blue) = 152+103+102=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #986766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986766 is #679899. Grayscale: #757575. Windows color (decimal): -6789274 or 6711192. OLE color: 6711192.

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

Color convert

RGB 152 103 102 -
CMYK 0 0.32 0.33 0.40
HSL 1.2º 0.2% 0.5% -
HSV(B) 1.2º 0.33% 0.6% -
XYZ 20.2 17.34 14.85 -
YUV 117.54 119.23 152.58 -
System Red Green Blue C M Y K H S L
Decimal 152 103 102 0 0.32 0.33 0.40 1.2 0.2 0.5
Hex 98 67 66 0 20 21 28 1 14 32
Octal 230 147 146 0 40 41 50 1 24 62
Binary 10011000 1100111 1100110 0 100000 100001 101000 1 10100 110010

Color Harmonies of #986766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986766

Black with #986766

Text Example


Text Example

White with #986766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986766; }

 p { color: rgb(152,103,102); }

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

background-color css

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

 a { background-color: rgb(152,103,102); }

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

border-color css

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

 span { border-color: rgb(152,103,102); }

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