Html Css Color HEX #916C6E Turkish Rose

📋 copy color: '#916C6E'

red 145 ◦ green 108 ◦ blue 110

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

Shades of Turkish Rose #916C6E

Tints of Turkish Rose #916C6E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.75%

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 39.94%
G = 29.75%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.43

RGB Variations

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

Color information

#916C6E (or 0x916C6E) is known color: Turkish Rose. HEX triplet: 91, 6C and 6E. RGB value is (145,108,110). Sum of RGB (Red+Green+Blue) = 145+108+110=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 108 (42.58% from 255 or 29.75% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #916C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C6E is #6E9391. Grayscale: #777777. Windows color (decimal): -7246738 or 7236753. OLE color: 7236753.

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

Color convert

RGB 145 108 110 -
CMYK 0 0.26 0.24 0.43
HSL 356.76º 0.15% 0.5% -
HSV(B) 356.76º 0.26% 0.57% -
XYZ 19.85 17.87 17.15 -
YUV 119.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 145 108 110 0 0.26 0.24 0.43 356.76 0.15 0.5
Hex 91 6C 6E 0 1A 18 2B 165 F 32
Octal 221 154 156 0 32 30 53 545 17 62
Binary 10010001 1101100 1101110 0 11010 11000 101011 101100101 1111 110010

Color Harmonies of #916C6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C6E

Black with #916C6E

Text Example


Text Example

White with #916C6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,108,110); }

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

background-color css

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

 a { background-color: rgb(145,108,110); }

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

border-color css

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

 span { border-color: rgb(145,108,110); }

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