Html Css Color HEX #647066 Sirocco

📋 copy color: '#647066'

red 100 ◦ green 112 ◦ blue 102

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

Shades of Sirocco #647066

Tints of Sirocco #647066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 32.48%

R = 31.85%
G = 35.67%
B = 32.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#647066 (or 0x647066) is known color: Sirocco. HEX triplet: 64, 70 and 66. RGB value is (100,112,102). Sum of RGB (Red+Green+Blue) = 100+112+102=314 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.85% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 102 (40.23% from 255 or 32.48% from 314); Max value from RGB is 112 - color contains mainly: green. Hex color #647066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647066 is #9B8F99. Grayscale: #6B6B6B. Windows color (decimal): -10194842 or 6713444. OLE color: 6713444.

HSL color Cylindrical-coordinate representation of color #647066: hue angle of 130º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #647066 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 112 102 -
CMYK 0.11 0 0.09 0.56
HSL 130º 0.06% 0.42% -
HSV(B) 130º 0.11% 0.44% -
XYZ 13.45 15.26 14.81 -
YUV 107.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 100 112 102 0.11 0 0.09 0.56 130 0.06 0.42
Hex 64 70 66 B 0 9 38 82 6 2A
Octal 144 160 146 13 0 11 70 202 6 52
Binary 1100100 1110000 1100110 1011 0 1001 111000 10000010 110 101010

Color Harmonies of #647066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647066

Black with #647066

Text Example


Text Example

White with #647066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647066; }

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

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

background-color css

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

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

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

border-color css

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

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

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