Html Css Color HEX #637268 Sirocco

📋 copy color: '#637268'

red 99 ◦ green 114 ◦ blue 104

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

Shades of Sirocco #637268

Tints of Sirocco #637268

RGB

 RED value IS 99 (39.06% from 255) = 31.23%

 GREEN value IS 114 (44.92% from 255) = 35.96%

 BLUE value IS 104 (41.02% from 255) = 32.81%

R = 31.23%
G = 35.96%
B = 32.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#637268 (or 0x637268) is known color: Sirocco. HEX triplet: 63, 72 and 68. RGB value is (99,114,104). Sum of RGB (Red+Green+Blue) = 99+114+104=317 (41% of max value = 765). Red value is 99 (39.06% from 255 or 31.23% from 317); Green value is 114 (44.92% from 255 or 35.96% from 317); Blue value is 104 (41.02% from 255 or 32.81% from 317); Max value from RGB is 114 - color contains mainly: green. Hex color #637268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637268 is #9C8D97. Grayscale: #6C6C6C. Windows color (decimal): -10259864 or 6845027. OLE color: 6845027.

HSL color Cylindrical-coordinate representation of color #637268: hue angle of 140º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #637268 is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 99 114 104 -
CMYK 0.13 0 0.09 0.55
HSL 140º 0.07% 0.42% -
HSV(B) 140º 0.13% 0.45% -
XYZ 13.66 15.69 15.4 -
YUV 108.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 99 114 104 0.13 0 0.09 0.55 140 0.07 0.42
Hex 63 72 68 D 0 9 37 8C 7 2A
Octal 143 162 150 15 0 11 67 214 7 52
Binary 1100011 1110010 1101000 1101 0 1001 110111 10001100 111 101010

Color Harmonies of #637268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #637268

Black with #637268

Text Example


Text Example

White with #637268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #637268; }

 p { color: rgb(99,114,104); }

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

background-color css

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

 a { background-color: rgb(99,114,104); }

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

border-color css

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

 span { border-color: rgb(99,114,104); }

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