Html Css Color HEX #926562 Copper Rose

📋 copy color: '#926562'

red 146 ◦ green 101 ◦ blue 98

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

Shades of Copper Rose #926562

Tints of Copper Rose #926562

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.28%

 BLUE value IS 98 (38.67% from 255) = 28.41%

R = 42.32%
G = 29.28%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.33

 K value IS 0.43

RGB Variations

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

Color information

#926562 (or 0x926562) is known color: Copper Rose. HEX triplet: 92, 65 and 62. RGB value is (146,101,98). Sum of RGB (Red+Green+Blue) = 146+101+98=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #926562 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926562 is #6D9A9D. Grayscale: #727272. Windows color (decimal): -7183006 or 6448530. OLE color: 6448530.

HSL color Cylindrical-coordinate representation of color #926562: hue angle of 3.75º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #926562 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 101 98 -
CMYK 0 0.31 0.33 0.43
HSL 3.75º 0.2% 0.48% -
HSV(B) 3.75º 0.33% 0.57% -
XYZ 18.71 16.3 13.72 -
YUV 114.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 146 101 98 0 0.31 0.33 0.43 3.75 0.2 0.48
Hex 92 65 62 0 1F 21 2B 4 14 30
Octal 222 145 142 0 37 41 53 4 24 60
Binary 10010010 1100101 1100010 0 11111 100001 101011 100 10100 110000

Color Harmonies of #926562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926562

Black with #926562

Text Example


Text Example

White with #926562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926562; }

 p { color: rgb(146,101,98); }

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

background-color css

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

 a { background-color: rgb(146,101,98); }

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

border-color css

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

 span { border-color: rgb(146,101,98); }

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