Html Css Color HEX #916D6D Copper Rose

📋 copy color: '#916D6D'

red 145 ◦ green 109 ◦ blue 109

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

Shades of Copper Rose #916D6D

Tints of Copper Rose #916D6D

RGB

 RED value IS 145 (57.03% from 255) = 39.94%

 GREEN value IS 109 (42.97% from 255) = 30.03%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 39.94%
G = 30.03%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#916D6D (or 0x916D6D) is known color: Copper Rose. HEX triplet: 91, 6D and 6D. RGB value is (145,109,109). Sum of RGB (Red+Green+Blue) = 145+109+109=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 109 (42.97% from 255 or 30.03% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #916D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916D6D is #6E9292. Grayscale: #777777. Windows color (decimal): -7246483 or 7171473. OLE color: 7171473.

HSL color Cylindrical-coordinate representation of color #916D6D: hue angle of 0º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #916D6D is Cyan = 0, Magento = 0.25, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 109 109 -
CMYK 0 0.25 0.25 0.43
HSL 0.14% 0.5% -
HSV(B) 0.25% 0.57% -
XYZ 19.91 18.06 16.9 -
YUV 119.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 145 109 109 0 0.25 0.25 0.43 0 0.14 0.5
Hex 91 6D 6D 0 19 19 2B 0 E 32
Octal 221 155 155 0 31 31 53 0 16 62
Binary 10010001 1101101 1101101 0 11001 11001 101011 0 1110 110010

Color Harmonies of #916D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916D6D

Black with #916D6D

Text Example


Text Example

White with #916D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916D6D; }

 p { color: rgb(145,109,109); }

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

background-color css

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

 a { background-color: rgb(145,109,109); }

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

border-color css

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

 span { border-color: rgb(145,109,109); }

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