Html Css Color HEX #986765 Copper Rose

📋 copy color: '#986765'

red 152 ◦ green 103 ◦ blue 101

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

Shades of Copper Rose #986765

Tints of Copper Rose #986765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 28.37%

R = 42.7%
G = 28.93%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#986765 (or 0x986765) is known color: Copper Rose. HEX triplet: 98, 67 and 65. RGB value is (152,103,101). Sum of RGB (Red+Green+Blue) = 152+103+101=356 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.70% from 356); Green value is 103 (40.62% from 255 or 28.93% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 152 - color contains mainly: red. Hex color #986765 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986765 is #67989A. Grayscale: #757575. Windows color (decimal): -6789275 or 6645656. OLE color: 6645656.

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

Color convert

RGB 152 103 101 -
CMYK 0 0.32 0.34 0.40
HSL 2.35º 0.2% 0.5% -
HSV(B) 2.35º 0.34% 0.6% -
XYZ 20.15 17.32 14.59 -
YUV 117.42 118.73 152.66 -
System Red Green Blue C M Y K H S L
Decimal 152 103 101 0 0.32 0.34 0.40 2.35 0.2 0.5
Hex 98 67 65 0 20 22 28 2 14 32
Octal 230 147 145 0 40 42 50 2 24 62
Binary 10011000 1100111 1100101 0 100000 100010 101000 10 10100 110010

Color Harmonies of #986765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986765

Black with #986765

Text Example


Text Example

White with #986765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986765; }

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

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

background-color css

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

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

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

border-color css

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

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

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