Html Css Color HEX #926968 Copper Rose

📋 copy color: '#926968'

red 146 ◦ green 105 ◦ blue 104

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

Shades of Copper Rose #926968

Tints of Copper Rose #926968

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.58%

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

R = 41.13%
G = 29.58%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#926968 (or 0x926968) is known color: Copper Rose. HEX triplet: 92, 69 and 68. RGB value is (146,105,104). Sum of RGB (Red+Green+Blue) = 146+105+104=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #926968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926968 is #6D9697. Grayscale: #757575. Windows color (decimal): -7181976 or 6842770. OLE color: 6842770.

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

Color convert

RGB 146 105 104 -
CMYK 0 0.28 0.29 0.43
HSL 1.43º 0.17% 0.49% -
HSV(B) 1.43º 0.29% 0.57% -
XYZ 19.4 17.21 15.4 -
YUV 117.15 120.58 148.58 -
System Red Green Blue C M Y K H S L
Decimal 146 105 104 0 0.28 0.29 0.43 1.43 0.17 0.49
Hex 92 69 68 0 1C 1D 2B 1 11 31
Octal 222 151 150 0 34 35 53 1 21 61
Binary 10010010 1101001 1101000 0 11100 11101 101011 1 10001 110001

Color Harmonies of #926968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926968

Black with #926968

Text Example


Text Example

White with #926968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #926968; }

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

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

background-color css

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

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

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

border-color css

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

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

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