Html Css Color HEX #647268 Sirocco

📋 copy color: '#647268'

red 100 ◦ green 114 ◦ blue 104

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

Shades of Sirocco #647268

Tints of Sirocco #647268

RGB

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

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

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

R = 31.45%
G = 35.85%
B = 32.7%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#647268 (or 0x647268) is known color: Sirocco. HEX triplet: 64, 72 and 68. RGB value is (100,114,104). Sum of RGB (Red+Green+Blue) = 100+114+104=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 114 (44.92% from 255 or 35.85% from 318); Blue value is 104 (41.02% from 255 or 32.70% from 318); Max value from RGB is 114 - color contains mainly: green. Hex color #647268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647268 is #9B8D97. Grayscale: #6C6C6C. Windows color (decimal): -10194328 or 6845028. OLE color: 6845028.

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

Color convert

RGB 100 114 104 -
CMYK 0.12 0 0.09 0.55
HSL 137.14º 0.07% 0.42% -
HSV(B) 137.14º 0.12% 0.45% -
XYZ 13.77 15.74 15.41 -
YUV 108.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 100 114 104 0.12 0 0.09 0.55 137.14 0.07 0.42
Hex 64 72 68 C 0 9 37 89 7 2A
Octal 144 162 150 14 0 11 67 211 7 52
Binary 1100100 1110010 1101000 1100 0 1001 110111 10001001 111 101010

Color Harmonies of #647268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647268

Black with #647268

Text Example


Text Example

White with #647268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647268; }

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

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

background-color css

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

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

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

border-color css

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

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

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