Html Css Color HEX #628370 Sirocco

📋 copy color: '#628370'

red 98 ◦ green 131 ◦ blue 112

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

Shades of Sirocco #628370

Tints of Sirocco #628370

RGB

 RED value IS 98 (38.67% from 255) = 28.74%

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

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

R = 28.74%
G = 38.42%
B = 32.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#628370 (or 0x628370) is known color: Sirocco. HEX triplet: 62, 83 and 70. RGB value is (98,131,112). Sum of RGB (Red+Green+Blue) = 98+131+112=341 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.74% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #628370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #628370 is #9D7C8F. Grayscale: #777777. Windows color (decimal): -10321040 or 7373666. OLE color: 7373666.

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

Color convert

RGB 98 131 112 -
CMYK 0.25 0 0.15 0.49
HSL 145.45º 0.14% 0.45% -
HSV(B) 145.45º 0.25% 0.51% -
XYZ 16.08 20 18.34 -
YUV 118.97 124.07 113.04 -
System Red Green Blue C M Y K H S L
Decimal 98 131 112 0.25 0 0.15 0.49 145.45 0.14 0.45
Hex 62 83 70 19 0 F 31 91 E 2D
Octal 142 203 160 31 0 17 61 221 16 55
Binary 1100010 10000011 1110000 11001 0 1111 110001 10010001 1110 101101

Color Harmonies of #628370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #628370

Black with #628370

Text Example


Text Example

White with #628370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #628370; }

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

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

background-color css

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

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

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

border-color css

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

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

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