Html Css Color HEX #986769 Turkish Rose

📋 copy color: '#986769'

red 152 ◦ green 103 ◦ blue 105

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

Shades of Turkish Rose #986769

Tints of Turkish Rose #986769

RGB

 RED value IS 152 (59.77% from 255) = 42.22%

 GREEN value IS 103 (40.63% from 255) = 28.61%

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

R = 42.22%
G = 28.61%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.40

RGB Variations

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

Color information

#986769 (or 0x986769) is known color: Turkish Rose. HEX triplet: 98, 67 and 69. RGB value is (152,103,105). Sum of RGB (Red+Green+Blue) = 152+103+105=360 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.22% from 360); Green value is 103 (40.62% from 255 or 28.61% from 360); Blue value is 105 (41.41% from 255 or 29.17% from 360); Max value from RGB is 152 - color contains mainly: red. Hex color #986769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986769 is #679896. Grayscale: #757575. Windows color (decimal): -6789271 or 6907800. OLE color: 6907800.

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

Color convert

RGB 152 103 105 -
CMYK 0 0.32 0.31 0.40
HSL 357.55º 0.19% 0.5% -
HSV(B) 357.55º 0.32% 0.6% -
XYZ 20.35 17.4 15.65 -
YUV 117.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 152 103 105 0 0.32 0.31 0.40 357.55 0.19 0.5
Hex 98 67 69 0 20 1F 28 166 13 32
Octal 230 147 151 0 40 37 50 546 23 62
Binary 10011000 1100111 1101001 0 100000 11111 101000 101100110 10011 110010

Color Harmonies of #986769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #986769

Black with #986769

Text Example


Text Example

White with #986769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #986769; }

 p { color: rgb(152,103,105); }

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

background-color css

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

 a { background-color: rgb(152,103,105); }

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

border-color css

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

 span { border-color: rgb(152,103,105); }

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