Html Css Color HEX #926866 Copper Rose

📋 copy color: '#926866'

red 146 ◦ green 104 ◦ blue 102

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

Shades of Copper Rose #926866

Tints of Copper Rose #926866

RGB

 RED value IS 146 (57.42% from 255) = 41.48%

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 102 (40.23% from 255) = 28.98%

R = 41.48%
G = 29.55%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#926866 (or 0x926866) is known color: Copper Rose. HEX triplet: 92, 68 and 66. RGB value is (146,104,102). Sum of RGB (Red+Green+Blue) = 146+104+102=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 102 (40.23% from 255 or 28.98% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #926866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926866 is #6D9799. Grayscale: #747474. Windows color (decimal): -7182234 or 6711442. OLE color: 6711442.

HSL color Cylindrical-coordinate representation of color #926866: hue angle of 2.73º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #926866 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 104 102 -
CMYK 0 0.29 0.30 0.43
HSL 2.73º 0.18% 0.49% -
HSV(B) 2.73º 0.3% 0.57% -
XYZ 19.2 16.97 14.83 -
YUV 116.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 146 104 102 0 0.29 0.30 0.43 2.73 0.18 0.49
Hex 92 68 66 0 1D 1E 2B 3 12 31
Octal 222 150 146 0 35 36 53 3 22 61
Binary 10010010 1101000 1100110 0 11101 11110 101011 11 10010 110001

Color Harmonies of #926866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926866

Black with #926866

Text Example


Text Example

White with #926866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926866; }

 p { color: rgb(146,104,102); }

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

background-color css

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

 a { background-color: rgb(146,104,102); }

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

border-color css

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

 span { border-color: rgb(146,104,102); }

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