Html Css Color HEX #9B6467 Turkish Rose

📋 copy color: '#9B6467'

red 155 ◦ green 100 ◦ blue 103

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

Shades of Turkish Rose #9B6467

Tints of Turkish Rose #9B6467

RGB

 RED value IS 155 (60.94% from 255) = 43.3%

 GREEN value IS 100 (39.45% from 255) = 27.93%

 BLUE value IS 103 (40.63% from 255) = 28.77%

R = 43.3%
G = 27.93%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.34

 K value IS 0.39

RGB Variations

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

Color information

#9B6467 (or 0x9B6467) is known color: Turkish Rose. HEX triplet: 9B, 64 and 67. RGB value is (155,100,103). Sum of RGB (Red+Green+Blue) = 155+100+103=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6467 is #649B98. Grayscale: #747474. Windows color (decimal): -6593433 or 6775963. OLE color: 6775963.

HSL color Cylindrical-coordinate representation of color #9B6467: hue angle of 356.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B6467 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 100 103 -
CMYK 0 0.35 0.34 0.39
HSL 356.73º 0.22% 0.5% -
HSV(B) 356.73º 0.35% 0.61% -
XYZ 20.52 17.06 15.04 -
YUV 116.79 120.22 155.26 -
System Red Green Blue C M Y K H S L
Decimal 155 100 103 0 0.35 0.34 0.39 356.73 0.22 0.5
Hex 9B 64 67 0 23 22 27 165 16 32
Octal 233 144 147 0 43 42 47 545 26 62
Binary 10011011 1100100 1100111 0 100011 100010 100111 101100101 10110 110010

Color Harmonies of #9B6467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B6467

Black with #9B6467

Text Example


Text Example

White with #9B6467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,100,103); }

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

background-color css

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

 a { background-color: rgb(155,100,103); }

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

border-color css

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

 span { border-color: rgb(155,100,103); }

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