Html Css Color HEX #936565 Copper Rose

📋 copy color: '#936565'

red 147 ◦ green 101 ◦ blue 101

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

Shades of Copper Rose #936565

Tints of Copper Rose #936565

RGB

 RED value IS 147 (57.81% from 255) = 42.12%

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

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

R = 42.12%
G = 28.94%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.42

RGB Variations

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

Color information

#936565 (or 0x936565) is known color: Copper Rose. HEX triplet: 93, 65 and 65. RGB value is (147,101,101). Sum of RGB (Red+Green+Blue) = 147+101+101=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #936565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936565 is #6C9A9A. Grayscale: #727272. Windows color (decimal): -7117467 or 6645139. OLE color: 6645139.

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

Color convert

RGB 147 101 101 -
CMYK 0 0.31 0.31 0.42
HSL 0.19% 0.49% -
HSV(B) 0.31% 0.58% -
XYZ 19.04 16.45 14.48 -
YUV 114.75 120.24 151 -
System Red Green Blue C M Y K H S L
Decimal 147 101 101 0 0.31 0.31 0.42 0 0.19 0.49
Hex 93 65 65 0 1F 1F 2A 0 13 31
Octal 223 145 145 0 37 37 52 0 23 61
Binary 10010011 1100101 1100101 0 11111 11111 101010 0 10011 110001

Color Harmonies of #936565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936565

Black with #936565

Text Example


Text Example

White with #936565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936565; }

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

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

background-color css

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

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

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

border-color css

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

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

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