Html Css Color HEX #936A68 Copper Rose

📋 copy color: '#936A68'

red 147 ◦ green 106 ◦ blue 104

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

Shades of Copper Rose #936A68

Tints of Copper Rose #936A68

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.69%

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

R = 41.18%
G = 29.69%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#936A68 (or 0x936A68) is known color: Copper Rose. HEX triplet: 93, 6A and 68. RGB value is (147,106,104). Sum of RGB (Red+Green+Blue) = 147+106+104=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 147 - color contains mainly: red. Hex color #936A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A68 is #6C9597. Grayscale: #767676. Windows color (decimal): -7116184 or 6843027. OLE color: 6843027.

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

Color convert

RGB 147 106 104 -
CMYK 0 0.28 0.29 0.42
HSL 2.79º 0.17% 0.49% -
HSV(B) 2.79º 0.29% 0.58% -
XYZ 19.69 17.51 15.44 -
YUV 118.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 147 106 104 0 0.28 0.29 0.42 2.79 0.17 0.49
Hex 93 6A 68 0 1C 1D 2A 3 11 31
Octal 223 152 150 0 34 35 52 3 21 61
Binary 10010011 1101010 1101000 0 11100 11101 101010 11 10001 110001

Color Harmonies of #936A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936A68

Black with #936A68

Text Example


Text Example

White with #936A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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