Html Css Color HEX #926B68 Copper Rose

📋 copy color: '#926B68'

red 146 ◦ green 107 ◦ blue 104

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

Shades of Copper Rose #926B68

Tints of Copper Rose #926B68

RGB

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

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

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

R = 40.9%
G = 29.97%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.43

RGB Variations

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

Color information

#926B68 (or 0x926B68) is known color: Copper Rose. HEX triplet: 92, 6B and 68. RGB value is (146,107,104). Sum of RGB (Red+Green+Blue) = 146+107+104=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 146 - color contains mainly: red. Hex color #926B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B68 is #6D9497. Grayscale: #767676. Windows color (decimal): -7181464 or 6843282. OLE color: 6843282.

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

Color convert

RGB 146 107 104 -
CMYK 0 0.27 0.29 0.43
HSL 4.29º 0.17% 0.49% -
HSV(B) 4.29º 0.29% 0.57% -
XYZ 19.61 17.63 15.47 -
YUV 118.32 119.92 147.74 -
System Red Green Blue C M Y K H S L
Decimal 146 107 104 0 0.27 0.29 0.43 4.29 0.17 0.49
Hex 92 6B 68 0 1B 1D 2B 4 11 31
Octal 222 153 150 0 33 35 53 4 21 61
Binary 10010010 1101011 1101000 0 11011 11101 101011 100 10001 110001

Color Harmonies of #926B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #926B68

Black with #926B68

Text Example


Text Example

White with #926B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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