Html Css Color HEX #94696C Turkish Rose

📋 copy color: '#94696C'

red 148 ◦ green 105 ◦ blue 108

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

Shades of Turkish Rose #94696C

Tints of Turkish Rose #94696C

RGB

 RED value IS 148 (58.2% from 255) = 41%

 GREEN value IS 105 (41.41% from 255) = 29.09%

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 41%
G = 29.09%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94696C (or 0x94696C) is known color: Turkish Rose. HEX triplet: 94, 69 and 6C. RGB value is (148,105,108). Sum of RGB (Red+Green+Blue) = 148+105+108=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 148 - color contains mainly: red. Hex color #94696C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94696C is #6B9693. Grayscale: #767676. Windows color (decimal): -7050900 or 7104916. OLE color: 7104916.

HSL color Cylindrical-coordinate representation of color #94696C: hue angle of 355.81º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94696C is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 105 108 -
CMYK 0 0.29 0.27 0.42
HSL 355.81º 0.17% 0.5% -
HSV(B) 355.81º 0.29% 0.58% -
XYZ 19.97 17.48 16.51 -
YUV 118.2 122.25 149.26 -
System Red Green Blue C M Y K H S L
Decimal 148 105 108 0 0.29 0.27 0.42 355.81 0.17 0.5
Hex 94 69 6C 0 1D 1B 2A 164 11 32
Octal 224 151 154 0 35 33 52 544 21 62
Binary 10010100 1101001 1101100 0 11101 11011 101010 101100100 10001 110010

Color Harmonies of #94696C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94696C

Black with #94696C

Text Example


Text Example

White with #94696C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94696C; }

 p { color: rgb(148,105,108); }

 H1.HeaderClassName
 {
   color: #94696C;
 }
 .AnyTagClassName
 {
   color: #94696C;
 }
</style>

background-color css

<style>
 a { background-color: #94696C; }

 a { background-color: rgb(148,105,108); }

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

border-color css

<style>
 span { border-color: #94696C; }

 span { border-color: rgb(148,105,108); }

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