Html Css Color HEX #647D6C Sirocco

📋 copy color: '#647D6C'

red 100 ◦ green 125 ◦ blue 108

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

Shades of Sirocco #647D6C

Tints of Sirocco #647D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 37.54%

 BLUE value IS 108 (42.58% from 255) = 32.43%

R = 30.03%
G = 37.54%
B = 32.43%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.14

 K value IS 0.51

RGB Variations

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

Color information

#647D6C (or 0x647D6C) is known color: Sirocco. HEX triplet: 64, 7D and 6C. RGB value is (100,125,108). Sum of RGB (Red+Green+Blue) = 100+125+108=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 125 - color contains mainly: green. Hex color #647D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647D6C is #9B8293. Grayscale: #737373. Windows color (decimal): -10191508 or 7109988. OLE color: 7109988.

HSL color Cylindrical-coordinate representation of color #647D6C: hue angle of 139.2º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #647D6C is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 125 108 -
CMYK 0.2 0 0.14 0.51
HSL 139.2º 0.11% 0.44% -
HSV(B) 139.2º 0.2% 0.49% -
XYZ 15.3 18.46 16.94 -
YUV 115.59 123.72 116.88 -
System Red Green Blue C M Y K H S L
Decimal 100 125 108 0.2 0 0.14 0.51 139.2 0.11 0.44
Hex 64 7D 6C 14 0 E 33 8B B 2C
Octal 144 175 154 24 0 16 63 213 13 54
Binary 1100100 1111101 1101100 10100 0 1110 110011 10001011 1011 101100

Color Harmonies of #647D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647D6C

Black with #647D6C

Text Example


Text Example

White with #647D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647D6C; }

 p { color: rgb(100,125,108); }

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

background-color css

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

 a { background-color: rgb(100,125,108); }

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

border-color css

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

 span { border-color: rgb(100,125,108); }

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