Html Css Color HEX #936969 Copper Rose

📋 copy color: '#936969'

red 147 ◦ green 105 ◦ blue 105

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

Shades of Copper Rose #936969

Tints of Copper Rose #936969

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.41%

 BLUE value IS 105 (41.41% from 255) = 29.41%

R = 41.18%
G = 29.41%
B = 29.41%

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

#936969 (or 0x936969) is known color: Copper Rose. HEX triplet: 93, 69 and 69. RGB value is (147,105,105). Sum of RGB (Red+Green+Blue) = 147+105+105=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #936969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936969 is #6C9696. Grayscale: #757575. Windows color (decimal): -7116439 or 6908307. OLE color: 6908307.

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

Color convert

RGB 147 105 105 -
CMYK 0 0.29 0.29 0.42
HSL 0.17% 0.49% -
HSV(B) 0.29% 0.58% -
XYZ 19.63 17.33 15.67 -
YUV 117.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 147 105 105 0 0.29 0.29 0.42 0 0.17 0.49
Hex 93 69 69 0 1D 1D 2A 0 11 31
Octal 223 151 151 0 35 35 52 0 21 61
Binary 10010011 1101001 1101001 0 11101 11101 101010 0 10001 110001

Color Harmonies of #936969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936969

Black with #936969

Text Example


Text Example

White with #936969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936969; }

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

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

background-color css

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

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

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

border-color css

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

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

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