Html Css Color HEX #986965 Copper Rose

📋 copy color: '#986965'

red 152 ◦ green 105 ◦ blue 101

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

Shades of Copper Rose #986965

Tints of Copper Rose #986965

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.33%

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

R = 42.46%
G = 29.33%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#986965 (or 0x986965) is known color: Copper Rose. HEX triplet: 98, 69 and 65. RGB value is (152,105,101). Sum of RGB (Red+Green+Blue) = 152+105+101=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 101 (39.84% from 255 or 28.21% from 358); Max value from RGB is 152 - color contains mainly: red. Hex color #986965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986965 is #67969A. Grayscale: #767676. Windows color (decimal): -6788763 or 6646168. OLE color: 6646168.

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

Color convert

RGB 152 105 101 -
CMYK 0 0.31 0.34 0.40
HSL 4.71º 0.2% 0.5% -
HSV(B) 4.71º 0.34% 0.6% -
XYZ 20.35 17.72 14.66 -
YUV 118.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 152 105 101 0 0.31 0.34 0.40 4.71 0.2 0.5
Hex 98 69 65 0 1F 22 28 5 14 32
Octal 230 151 145 0 37 42 50 5 24 62
Binary 10011000 1101001 1100101 0 11111 100010 101000 101 10100 110010

Color Harmonies of #986965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986965

Black with #986965

Text Example


Text Example

White with #986965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986965; }

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

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

background-color css

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

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

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

border-color css

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

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

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