Html Css Color HEX #627064 Sirocco

📋 copy color: '#627064'

red 98 ◦ green 112 ◦ blue 100

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

Shades of Sirocco #627064

Tints of Sirocco #627064

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.13%

 BLUE value IS 100 (39.45% from 255) = 32.26%

R = 31.61%
G = 36.13%
B = 32.26%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#627064 (or 0x627064) is known color: Sirocco. HEX triplet: 62, 70 and 64. RGB value is (98,112,100). Sum of RGB (Red+Green+Blue) = 98+112+100=310 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.61% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 100 (39.45% from 255 or 32.26% from 310); Max value from RGB is 112 - color contains mainly: green. Hex color #627064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627064 is #9D8F9B. Grayscale: #6A6A6A. Windows color (decimal): -10325916 or 6582370. OLE color: 6582370.

HSL color Cylindrical-coordinate representation of color #627064: hue angle of 128.57º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #627064 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.56.

Color convert

RGB 98 112 100 -
CMYK 0.13 0 0.11 0.56
HSL 128.57º 0.07% 0.41% -
HSV(B) 128.57º 0.13% 0.44% -
XYZ 13.13 15.11 14.28 -
YUV 106.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 98 112 100 0.13 0 0.11 0.56 128.57 0.07 0.41
Hex 62 70 64 D 0 B 38 81 7 29
Octal 142 160 144 15 0 13 70 201 7 51
Binary 1100010 1110000 1100100 1101 0 1011 111000 10000001 111 101001

Color Harmonies of #627064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #627064

Black with #627064

Text Example


Text Example

White with #627064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #627064; }

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

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

background-color css

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

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

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

border-color css

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

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

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