Html Css Color HEX #916B6D Turkish Rose

📋 copy color: '#916B6D'

red 145 ◦ green 107 ◦ blue 109

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

Shades of Turkish Rose #916B6D

Tints of Turkish Rose #916B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 30.19%

R = 40.17%
G = 29.64%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#916B6D (or 0x916B6D) is known color: Turkish Rose. HEX triplet: 91, 6B and 6D. RGB value is (145,107,109). Sum of RGB (Red+Green+Blue) = 145+107+109=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B6D is #6E9492. Grayscale: #767676. Windows color (decimal): -7246995 or 7170961. OLE color: 7170961.

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

Color convert

RGB 145 107 109 -
CMYK 0 0.26 0.25 0.43
HSL 356.84º 0.15% 0.49% -
HSV(B) 356.84º 0.26% 0.57% -
XYZ 19.7 17.64 16.83 -
YUV 118.59 122.59 146.84 -
System Red Green Blue C M Y K H S L
Decimal 145 107 109 0 0.26 0.25 0.43 356.84 0.15 0.49
Hex 91 6B 6D 0 1A 19 2B 165 F 31
Octal 221 153 155 0 32 31 53 545 17 61
Binary 10010001 1101011 1101101 0 11010 11001 101011 101100101 1111 110001

Color Harmonies of #916B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916B6D

Black with #916B6D

Text Example


Text Example

White with #916B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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