Html Css Color HEX #916A68 Copper Rose

📋 copy color: '#916A68'

red 145 ◦ green 106 ◦ blue 104

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

Shades of Copper Rose #916A68

Tints of Copper Rose #916A68

RGB

 RED value IS 145 (57.03% from 255) = 40.85%

 GREEN value IS 106 (41.8% from 255) = 29.86%

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

R = 40.85%
G = 29.86%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#916A68 (or 0x916A68) is known color: Copper Rose. HEX triplet: 91, 6A and 68. RGB value is (145,106,104). Sum of RGB (Red+Green+Blue) = 145+106+104=355 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.85% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 104 (41.02% from 255 or 29.30% from 355); Max value from RGB is 145 - color contains mainly: red. Hex color #916A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A68 is #6E9597. Grayscale: #757575. Windows color (decimal): -7247256 or 6843025. OLE color: 6843025.

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

Color convert

RGB 145 106 104 -
CMYK 0 0.27 0.28 0.43
HSL 2.93º 0.16% 0.49% -
HSV(B) 2.93º 0.28% 0.57% -
XYZ 19.33 17.33 15.42 -
YUV 117.43 120.42 147.66 -
System Red Green Blue C M Y K H S L
Decimal 145 106 104 0 0.27 0.28 0.43 2.93 0.16 0.49
Hex 91 6A 68 0 1B 1C 2B 3 10 31
Octal 221 152 150 0 33 34 53 3 20 61
Binary 10010001 1101010 1101000 0 11011 11100 101011 11 10000 110001

Color Harmonies of #916A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916A68

Black with #916A68

Text Example


Text Example

White with #916A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916A68; }

 p { color: rgb(145,106,104); }

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

background-color css

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

 a { background-color: rgb(145,106,104); }

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

border-color css

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

 span { border-color: rgb(145,106,104); }

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