Html Css Color HEX #648570 Sirocco

📋 copy color: '#648570'

red 100 ◦ green 133 ◦ blue 112

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

Shades of Sirocco #648570

Tints of Sirocco #648570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.55%

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

R = 28.99%
G = 38.55%
B = 32.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.16

 K value IS 0.48

RGB Variations

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

Color information

#648570 (or 0x648570) is known color: Sirocco. HEX triplet: 64, 85 and 70. RGB value is (100,133,112). Sum of RGB (Red+Green+Blue) = 100+133+112=345 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.99% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 133 - color contains mainly: green. Hex color #648570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648570 is #9B7A8F. Grayscale: #787878. Windows color (decimal): -10189456 or 7374180. OLE color: 7374180.

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

Color convert

RGB 100 133 112 -
CMYK 0.25 0 0.16 0.48
HSL 141.82º 0.14% 0.46% -
HSV(B) 141.82º 0.25% 0.52% -
XYZ 16.57 20.65 18.44 -
YUV 120.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 100 133 112 0.25 0 0.16 0.48 141.82 0.14 0.46
Hex 64 85 70 19 0 10 30 8E E 2E
Octal 144 205 160 31 0 20 60 216 16 56
Binary 1100100 10000101 1110000 11001 0 10000 110000 10001110 1110 101110

Color Harmonies of #648570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648570

Black with #648570

Text Example


Text Example

White with #648570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648570; }

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

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

background-color css

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

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

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

border-color css

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

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

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