Html Css Color HEX #996569 Turkish Rose

📋 copy color: '#996569'

red 153 ◦ green 101 ◦ blue 105

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

Shades of Turkish Rose #996569

Tints of Turkish Rose #996569

RGB

 RED value IS 153 (60.16% from 255) = 42.62%

 GREEN value IS 101 (39.84% from 255) = 28.13%

 BLUE value IS 105 (41.41% from 255) = 29.25%

R = 42.62%
G = 28.13%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#996569 (or 0x996569) is known color: Turkish Rose. HEX triplet: 99, 65 and 69. RGB value is (153,101,105). Sum of RGB (Red+Green+Blue) = 153+101+105=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 105 (41.41% from 255 or 29.25% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #996569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996569 is #669A96. Grayscale: #757575. Windows color (decimal): -6724247 or 6907289. OLE color: 6907289.

HSL color Cylindrical-coordinate representation of color #996569: hue angle of 355.38º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #996569 is Cyan = 0, Magento = 0.34, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 101 105 -
CMYK 0 0.34 0.31 0.4
HSL 355.38º 0.2% 0.5% -
HSV(B) 355.38º 0.34% 0.6% -
XYZ 20.34 17.1 15.59 -
YUV 117 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 153 101 105 0 0.34 0.31 0.4 355.38 0.2 0.5
Hex 99 65 69 0 22 1F 28 163 14 32
Octal 231 145 151 0 42 37 50 543 24 62
Binary 10011001 1100101 1101001 0 100010 11111 101000 101100011 10100 110010

Color Harmonies of #996569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996569

Black with #996569

Text Example


Text Example

White with #996569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996569; }

 p { color: rgb(153,101,105); }

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

background-color css

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

 a { background-color: rgb(153,101,105); }

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

border-color css

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

 span { border-color: rgb(153,101,105); }

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