Html Css Color HEX #648970 Sirocco

📋 copy color: '#648970'

red 100 ◦ green 137 ◦ blue 112

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

Shades of Sirocco #648970

Tints of Sirocco #648970

RGB

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

 GREEN value IS 137 (53.91% from 255) = 39.26%

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

R = 28.65%
G = 39.26%
B = 32.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#648970 (or 0x648970) is known color: Sirocco. HEX triplet: 64, 89 and 70. RGB value is (100,137,112). Sum of RGB (Red+Green+Blue) = 100+137+112=349 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.65% from 349); Green value is 137 (53.91% from 255 or 39.26% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 137 - color contains mainly: green. Hex color #648970 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648970 is #9B768F. Grayscale: #7B7B7B. Windows color (decimal): -10188432 or 7375204. OLE color: 7375204.

HSL color Cylindrical-coordinate representation of color #648970: hue angle of 139.46º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648970 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 112 -
CMYK 0.27 0 0.18 0.46
HSL 139.46º 0.16% 0.46% -
HSV(B) 139.46º 0.27% 0.54% -
XYZ 17.13 21.77 18.63 -
YUV 123.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 100 137 112 0.27 0 0.18 0.46 139.46 0.16 0.46
Hex 64 89 70 1B 0 12 2E 8B 10 2E
Octal 144 211 160 33 0 22 56 213 20 56
Binary 1100100 10001001 1110000 11011 0 10010 101110 10001011 10000 101110

Color Harmonies of #648970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648970

Black with #648970

Text Example


Text Example

White with #648970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648970; }

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

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

background-color css

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

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

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

border-color css

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

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

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