Html Css Color HEX #926565 Copper Rose

📋 copy color: '#926565'

red 146 ◦ green 101 ◦ blue 101

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

Shades of Copper Rose #926565

Tints of Copper Rose #926565

RGB

 RED value IS 146 (57.42% from 255) = 41.95%

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 41.95%
G = 29.02%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#926565 (or 0x926565) is known color: Copper Rose. HEX triplet: 92, 65 and 65. RGB value is (146,101,101). Sum of RGB (Red+Green+Blue) = 146+101+101=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #926565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926565 is #6D9A9A. Grayscale: #727272. Windows color (decimal): -7183003 or 6645138. OLE color: 6645138.

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

Color convert

RGB 146 101 101 -
CMYK 0 0.31 0.31 0.43
HSL 0.18% 0.48% -
HSV(B) 0.31% 0.57% -
XYZ 18.86 16.36 14.48 -
YUV 114.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 146 101 101 0 0.31 0.31 0.43 0 0.18 0.48
Hex 92 65 65 0 1F 1F 2B 0 12 30
Octal 222 145 145 0 37 37 53 0 22 60
Binary 10010010 1100101 1100101 0 11111 11111 101011 0 10010 110000

Color Harmonies of #926565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926565

Black with #926565

Text Example


Text Example

White with #926565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926565; }

 p { color: rgb(146,101,101); }

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

background-color css

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

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

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

border-color css

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

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

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