Html Css Color HEX #648972 Sirocco

📋 copy color: '#648972'

red 100 ◦ green 137 ◦ blue 114

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

Shades of Sirocco #648972

Tints of Sirocco #648972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 32.48%

R = 28.49%
G = 39.03%
B = 32.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#648972 (or 0x648972) is known color: Sirocco. HEX triplet: 64, 89 and 72. RGB value is (100,137,114). Sum of RGB (Red+Green+Blue) = 100+137+114=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #648972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648972 is #9B768D. Grayscale: #7B7B7B. Windows color (decimal): -10188430 or 7506276. OLE color: 7506276.

HSL color Cylindrical-coordinate representation of color #648972: hue angle of 142.7º 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 #648972 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 137 114 -
CMYK 0.27 0 0.17 0.46
HSL 142.7º 0.16% 0.46% -
HSV(B) 142.7º 0.27% 0.54% -
XYZ 17.24 21.82 19.22 -
YUV 123.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 100 137 114 0.27 0 0.17 0.46 142.7 0.16 0.46
Hex 64 89 72 1B 0 11 2E 8F 10 2E
Octal 144 211 162 33 0 21 56 217 20 56
Binary 1100100 10001001 1110010 11011 0 10001 101110 10001111 10000 101110

Color Harmonies of #648972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648972

Black with #648972

Text Example


Text Example

White with #648972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648972; }

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

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

background-color css

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

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

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

border-color css

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

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

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