Html Css Color HEX #986763 Copper Rose

📋 copy color: '#986763'

red 152 ◦ green 103 ◦ blue 99

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

Shades of Copper Rose #986763

Tints of Copper Rose #986763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 27.97%

R = 42.94%
G = 29.1%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.40

RGB Variations

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

Color information

#986763 (or 0x986763) is known color: Copper Rose. HEX triplet: 98, 67 and 63. RGB value is (152,103,99). Sum of RGB (Red+Green+Blue) = 152+103+99=354 (46% of max value = 765). Red value is 152 (59.77% from 255 or 42.94% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 152 - color contains mainly: red. Hex color #986763 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986763 is #67989C. Grayscale: #757575. Windows color (decimal): -6789277 or 6514584. OLE color: 6514584.

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

Color convert

RGB 152 103 99 -
CMYK 0 0.32 0.35 0.40
HSL 4.53º 0.21% 0.49% -
HSV(B) 4.53º 0.35% 0.6% -
XYZ 20.05 17.28 14.08 -
YUV 117.2 117.73 152.83 -
System Red Green Blue C M Y K H S L
Decimal 152 103 99 0 0.32 0.35 0.40 4.53 0.21 0.49
Hex 98 67 63 0 20 23 28 5 15 31
Octal 230 147 143 0 40 43 50 5 25 61
Binary 10011000 1100111 1100011 0 100000 100011 101000 101 10101 110001

Color Harmonies of #986763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986763

Black with #986763

Text Example


Text Example

White with #986763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986763; }

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

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

background-color css

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

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

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

border-color css

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

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

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