Html Css Color HEX #9C6B6C Turkish Rose

📋 copy color: '#9C6B6C'

red 156 ◦ green 107 ◦ blue 108

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

Shades of Turkish Rose #9C6B6C

Tints of Turkish Rose #9C6B6C

RGB

 RED value IS 156 (61.33% from 255) = 42.05%

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

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

R = 42.05%
G = 28.84%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.31

 K value IS 0.39

RGB Variations

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

Color information

#9C6B6C (or 0x9C6B6C) is known color: Turkish Rose. HEX triplet: 9C, 6B and 6C. RGB value is (156,107,108). Sum of RGB (Red+Green+Blue) = 156+107+108=371 (49% of max value = 765). Red value is 156 (61.33% from 255 or 42.05% from 371); Green value is 107 (42.19% from 255 or 28.84% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6B6C is #639493. Grayscale: #797979. Windows color (decimal): -6526100 or 7105436. OLE color: 7105436.

HSL color Cylindrical-coordinate representation of color #9C6B6C: hue angle of 358.78º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C6B6C is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 107 108 -
CMYK 0 0.31 0.31 0.39
HSL 358.78º 0.2% 0.52% -
HSV(B) 358.78º 0.31% 0.61% -
XYZ 21.67 18.67 16.65 -
YUV 121.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 156 107 108 0 0.31 0.31 0.39 358.78 0.2 0.52
Hex 9C 6B 6C 0 1F 1F 27 167 14 34
Octal 234 153 154 0 37 37 47 547 24 64
Binary 10011100 1101011 1101100 0 11111 11111 100111 101100111 10100 110100

Color Harmonies of #9C6B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C6B6C

Black with #9C6B6C

Text Example


Text Example

White with #9C6B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C6B6C; }

 p { color: rgb(156,107,108); }

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

background-color css

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

 a { background-color: rgb(156,107,108); }

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

border-color css

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

 span { border-color: rgb(156,107,108); }

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