Html Css Color HEX #916B6A Copper Rose

📋 copy color: '#916B6A'

red 145 ◦ green 107 ◦ blue 106

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

Shades of Copper Rose #916B6A

Tints of Copper Rose #916B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 40.5%
G = 29.89%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.43

RGB Variations

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

Color information

#916B6A (or 0x916B6A) is known color: Copper Rose. HEX triplet: 91, 6B and 6A. RGB value is (145,107,106). Sum of RGB (Red+Green+Blue) = 145+107+106=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #916B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B6A is #6E9495. Grayscale: #767676. Windows color (decimal): -7246998 or 6974353. OLE color: 6974353.

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

Color convert

RGB 145 107 106 -
CMYK 0 0.26 0.27 0.43
HSL 1.54º 0.16% 0.49% -
HSV(B) 1.54º 0.27% 0.57% -
XYZ 19.54 17.58 16 -
YUV 118.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 145 107 106 0 0.26 0.27 0.43 1.54 0.16 0.49
Hex 91 6B 6A 0 1A 1B 2B 2 10 31
Octal 221 153 152 0 32 33 53 2 20 61
Binary 10010001 1101011 1101010 0 11010 11011 101011 10 10000 110001

Color Harmonies of #916B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916B6A

Black with #916B6A

Text Example


Text Example

White with #916B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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