Html Css Color HEX #936868 Copper Rose

📋 copy color: '#936868'

red 147 ◦ green 104 ◦ blue 104

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

Shades of Copper Rose #936868

Tints of Copper Rose #936868

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 29.3%

R = 41.41%
G = 29.3%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#936868 (or 0x936868) is known color: Copper Rose. HEX triplet: 93, 68 and 68. RGB value is (147,104,104). Sum of RGB (Red+Green+Blue) = 147+104+104=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 104 (41.02% from 255 or 29.30% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #936868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936868 is #6C9797. Grayscale: #747474. Windows color (decimal): -7116696 or 6842515. OLE color: 6842515.

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

Color convert

RGB 147 104 104 -
CMYK 0 0.29 0.29 0.42
HSL 0.17% 0.49% -
HSV(B) 0.29% 0.58% -
XYZ 19.48 17.1 15.37 -
YUV 116.86 120.75 149.5 -
System Red Green Blue C M Y K H S L
Decimal 147 104 104 0 0.29 0.29 0.42 0 0.17 0.49
Hex 93 68 68 0 1D 1D 2A 0 11 31
Octal 223 150 150 0 35 35 52 0 21 61
Binary 10010011 1101000 1101000 0 11101 11101 101010 0 10001 110001

Color Harmonies of #936868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936868

Black with #936868

Text Example


Text Example

White with #936868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936868; }

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

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

background-color css

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

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

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

border-color css

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

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

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