Html Css Color HEX #936D6A Copper Rose

📋 copy color: '#936D6A'

red 147 ◦ green 109 ◦ blue 106

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

Shades of Copper Rose #936D6A

Tints of Copper Rose #936D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.11%

 BLUE value IS 106 (41.8% from 255) = 29.28%

R = 40.61%
G = 30.11%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#936D6A (or 0x936D6A) is known color: Copper Rose. HEX triplet: 93, 6D and 6A. RGB value is (147,109,106). Sum of RGB (Red+Green+Blue) = 147+109+106=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 109 (42.97% from 255 or 30.11% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #936D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D6A is #6C9295. Grayscale: #787878. Windows color (decimal): -7115414 or 6974867. OLE color: 6974867.

HSL color Cylindrical-coordinate representation of color #936D6A: hue angle of 4.39º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936D6A is Cyan = 0, Magento = 0.26, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 109 106 -
CMYK 0 0.26 0.28 0.42
HSL 4.39º 0.16% 0.5% -
HSV(B) 4.39º 0.28% 0.58% -
XYZ 20.1 18.18 16.09 -
YUV 120.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 147 109 106 0 0.26 0.28 0.42 4.39 0.16 0.5
Hex 93 6D 6A 0 1A 1C 2A 4 10 32
Octal 223 155 152 0 32 34 52 4 20 62
Binary 10010011 1101101 1101010 0 11010 11100 101010 100 10000 110010

Color Harmonies of #936D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936D6A

Black with #936D6A

Text Example


Text Example

White with #936D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936D6A; }

 p { color: rgb(147,109,106); }

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

background-color css

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

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

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

border-color css

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

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

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