Html Css Color HEX #648670 Sirocco

📋 copy color: '#648670'

red 100 ◦ green 134 ◦ blue 112

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

Shades of Sirocco #648670

Tints of Sirocco #648670

RGB

 RED value IS 100 (39.45% from 255) = 28.9%

 GREEN value IS 134 (52.73% from 255) = 38.73%

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

R = 28.9%
G = 38.73%
B = 32.37%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#648670 (or 0x648670) is known color: Sirocco. HEX triplet: 64, 86 and 70. RGB value is (100,134,112). Sum of RGB (Red+Green+Blue) = 100+134+112=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 134 (52.73% from 255 or 38.73% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 134 - color contains mainly: green. Hex color #648670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648670 is #9B798F. Grayscale: #797979. Windows color (decimal): -10189200 or 7374436. OLE color: 7374436.

HSL color Cylindrical-coordinate representation of color #648670: hue angle of 141.18º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #648670 is Cyan = 0.25, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 112 -
CMYK 0.25 0 0.16 0.47
HSL 141.18º 0.15% 0.46% -
HSV(B) 141.18º 0.25% 0.53% -
XYZ 16.71 20.93 18.49 -
YUV 121.33 122.74 112.79 -
System Red Green Blue C M Y K H S L
Decimal 100 134 112 0.25 0 0.16 0.47 141.18 0.15 0.46
Hex 64 86 70 19 0 10 2F 8D F 2E
Octal 144 206 160 31 0 20 57 215 17 56
Binary 1100100 10000110 1110000 11001 0 10000 101111 10001101 1111 101110

Color Harmonies of #648670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648670

Black with #648670

Text Example


Text Example

White with #648670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648670; }

 p { color: rgb(100,134,112); }

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

background-color css

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

 a { background-color: rgb(100,134,112); }

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

border-color css

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

 span { border-color: rgb(100,134,112); }

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