Html Css Color HEX #655F70 Smoky

📋 copy color: '#655F70'

red 101 ◦ green 95 ◦ blue 112

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

Shades of Smoky #655F70

Tints of Smoky #655F70

RGB

 RED value IS 101 (39.84% from 255) = 32.79%

 GREEN value IS 95 (37.5% from 255) = 30.84%

 BLUE value IS 112 (44.14% from 255) = 36.36%

R = 32.79%
G = 30.84%
B = 36.36%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#655F70 (or 0x655F70) is known color: Smoky. HEX triplet: 65, 5F and 70. RGB value is (101,95,112). Sum of RGB (Red+Green+Blue) = 101+95+112=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 112 (44.14% from 255 or 36.36% from 308); Max value from RGB is 112 - color contains mainly: blue. Hex color #655F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655F70 is #9AA08F. Grayscale: #626262. Windows color (decimal): -10133648 or 7364453. OLE color: 7364453.

HSL color Cylindrical-coordinate representation of color #655F70: hue angle of 261.18º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #655F70 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 101 95 112 -
CMYK 0.10 0.15 0 0.56
HSL 261.18º 0.08% 0.41% -
HSV(B) 261.18º 0.15% 0.44% -
XYZ 12.38 12.12 17.02 -
YUV 98.73 135.49 129.62 -
System Red Green Blue C M Y K H S L
Decimal 101 95 112 0.10 0.15 0 0.56 261.18 0.08 0.41
Hex 65 5F 70 A F 0 38 105 8 29
Octal 145 137 160 12 17 0 70 405 10 51
Binary 1100101 1011111 1110000 1010 1111 0 111000 100000101 1000 101001

Color Harmonies of #655F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655F70

Black with #655F70

Text Example


Text Example

White with #655F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655F70; }

 p { color: rgb(101,95,112); }

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

background-color css

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

 a { background-color: rgb(101,95,112); }

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

border-color css

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

 span { border-color: rgb(101,95,112); }

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