Html Css Color HEX #936B68 Copper Rose

📋 copy color: '#936B68'

red 147 ◦ green 107 ◦ blue 104

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

Shades of Copper Rose #936B68

Tints of Copper Rose #936B68

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

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

R = 41.06%
G = 29.89%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#936B68 (or 0x936B68) is known color: Copper Rose. HEX triplet: 93, 6B and 68. RGB value is (147,107,104). Sum of RGB (Red+Green+Blue) = 147+107+104=358 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.06% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 104 (41.02% from 255 or 29.05% from 358); Max value from RGB is 147 - color contains mainly: red. Hex color #936B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936B68 is #6C9497. Grayscale: #767676. Windows color (decimal): -7115928 or 6843283. OLE color: 6843283.

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

Color convert

RGB 147 107 104 -
CMYK 0 0.27 0.29 0.42
HSL 4.19º 0.17% 0.49% -
HSV(B) 4.19º 0.29% 0.58% -
XYZ 19.79 17.72 15.47 -
YUV 118.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 147 107 104 0 0.27 0.29 0.42 4.19 0.17 0.49
Hex 93 6B 68 0 1B 1D 2A 4 11 31
Octal 223 153 150 0 33 35 52 4 21 61
Binary 10010011 1101011 1101000 0 11011 11101 101010 100 10001 110001

Color Harmonies of #936B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936B68

Black with #936B68

Text Example


Text Example

White with #936B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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