Html Css Color HEX #936764 Copper Rose

📋 copy color: '#936764'

red 147 ◦ green 103 ◦ blue 100

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

Shades of Copper Rose #936764

Tints of Copper Rose #936764

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 100 (39.45% from 255) = 28.57%

R = 42%
G = 29.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#936764 (or 0x936764) is known color: Copper Rose. HEX triplet: 93, 67 and 64. RGB value is (147,103,100). Sum of RGB (Red+Green+Blue) = 147+103+100=350 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 147 - color contains mainly: red. Hex color #936764 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936764 is #6C989B. Grayscale: #737373. Windows color (decimal): -7116956 or 6580115. OLE color: 6580115.

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

Color convert

RGB 147 103 100 -
CMYK 0 0.30 0.32 0.42
HSL 3.83º 0.19% 0.48% -
HSV(B) 3.83º 0.32% 0.58% -
XYZ 19.18 16.82 14.29 -
YUV 115.81 119.08 150.24 -
System Red Green Blue C M Y K H S L
Decimal 147 103 100 0 0.30 0.32 0.42 3.83 0.19 0.48
Hex 93 67 64 0 1E 20 2A 4 13 30
Octal 223 147 144 0 36 40 52 4 23 60
Binary 10010011 1100111 1100100 0 11110 100000 101010 100 10011 110000

Color Harmonies of #936764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936764

Black with #936764

Text Example


Text Example

White with #936764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936764; }

 p { color: rgb(147,103,100); }

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

background-color css

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

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

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

border-color css

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

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

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