Html Css Color HEX #648370 Sirocco

📋 copy color: '#648370'

red 100 ◦ green 131 ◦ blue 112

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

Shades of Sirocco #648370

Tints of Sirocco #648370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.19%

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

R = 29.15%
G = 38.19%
B = 32.65%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#648370 (or 0x648370) is known color: Sirocco. HEX triplet: 64, 83 and 70. RGB value is (100,131,112). Sum of RGB (Red+Green+Blue) = 100+131+112=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 131 - color contains mainly: green. Hex color #648370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648370 is #9B7C8F. Grayscale: #777777. Windows color (decimal): -10189968 or 7373668. OLE color: 7373668.

HSL color Cylindrical-coordinate representation of color #648370: hue angle of 143.23º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648370 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 131 112 -
CMYK 0.24 0 0.15 0.49
HSL 143.23º 0.13% 0.45% -
HSV(B) 143.23º 0.24% 0.51% -
XYZ 16.3 20.11 18.35 -
YUV 119.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 100 131 112 0.24 0 0.15 0.49 143.23 0.13 0.45
Hex 64 83 70 18 0 F 31 8F D 2D
Octal 144 203 160 30 0 17 61 217 15 55
Binary 1100100 10000011 1110000 11000 0 1111 110001 10001111 1101 101101

Color Harmonies of #648370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648370

Black with #648370

Text Example


Text Example

White with #648370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648370; }

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

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

background-color css

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

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

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

border-color css

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

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

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