Html Css Color HEX #916867 Copper Rose

📋 copy color: '#916867'

red 145 ◦ green 104 ◦ blue 103

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

Shades of Copper Rose #916867

Tints of Copper Rose #916867

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 103 (40.63% from 255) = 29.26%

R = 41.19%
G = 29.55%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#916867 (or 0x916867) is known color: Copper Rose. HEX triplet: 91, 68 and 67. RGB value is (145,104,103). Sum of RGB (Red+Green+Blue) = 145+104+103=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 103 (40.62% from 255 or 29.26% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #916867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916867 is #6E9798. Grayscale: #747474. Windows color (decimal): -7247769 or 6776977. OLE color: 6776977.

HSL color Cylindrical-coordinate representation of color #916867: hue angle of 1.43º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #916867 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 104 103 -
CMYK 0 0.28 0.29 0.43
HSL 1.43º 0.17% 0.49% -
HSV(B) 1.43º 0.29% 0.57% -
XYZ 19.08 16.9 15.09 -
YUV 116.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 145 104 103 0 0.28 0.29 0.43 1.43 0.17 0.49
Hex 91 68 67 0 1C 1D 2B 1 11 31
Octal 221 150 147 0 34 35 53 1 21 61
Binary 10010001 1101000 1100111 0 11100 11101 101011 1 10001 110001

Color Harmonies of #916867

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916867

Black with #916867

Text Example


Text Example

White with #916867

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916867; }

 p { color: rgb(145,104,103); }

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

background-color css

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

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

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

border-color css

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

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

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