Html Css Color HEX #916767 Copper Rose

📋 copy color: '#916767'

red 145 ◦ green 103 ◦ blue 103

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

Shades of Copper Rose #916767

Tints of Copper Rose #916767

RGB

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

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

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

R = 41.31%
G = 29.34%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#916767 (or 0x916767) is known color: Copper Rose. HEX triplet: 91, 67 and 67. RGB value is (145,103,103). Sum of RGB (Red+Green+Blue) = 145+103+103=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #916767 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916767 is #6E9898. Grayscale: #737373. Windows color (decimal): -7248025 or 6776721. OLE color: 6776721.

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

Color convert

RGB 145 103 103 -
CMYK 0 0.29 0.29 0.43
HSL 0.17% 0.49% -
HSV(B) 0.29% 0.57% -
XYZ 18.98 16.7 15.06 -
YUV 115.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 145 103 103 0 0.29 0.29 0.43 0 0.17 0.49
Hex 91 67 67 0 1D 1D 2B 0 11 31
Octal 221 147 147 0 35 35 53 0 21 61
Binary 10010001 1100111 1100111 0 11101 11101 101011 0 10001 110001

Color Harmonies of #916767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916767

Black with #916767

Text Example


Text Example

White with #916767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916767; }

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

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

background-color css

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

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

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

border-color css

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

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

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