Html Css Color HEX #647069 Sirocco

📋 copy color: '#647069'

red 100 ◦ green 112 ◦ blue 105

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

Shades of Sirocco #647069

Tints of Sirocco #647069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 33.12%

R = 31.55%
G = 35.33%
B = 33.12%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#647069 (or 0x647069) is known color: Sirocco. HEX triplet: 64, 70 and 69. RGB value is (100,112,105). Sum of RGB (Red+Green+Blue) = 100+112+105=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 112 - color contains mainly: green. Hex color #647069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647069 is #9B8F96. Grayscale: #6B6B6B. Windows color (decimal): -10194839 or 6910052. OLE color: 6910052.

HSL color Cylindrical-coordinate representation of color #647069: hue angle of 145º 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 #647069 is Cyan = 0.11, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 100 112 105 -
CMYK 0.11 0 0.06 0.56
HSL 145º 0.06% 0.42% -
HSV(B) 145º 0.11% 0.44% -
XYZ 13.6 15.32 15.6 -
YUV 107.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 100 112 105 0.11 0 0.06 0.56 145 0.06 0.42
Hex 64 70 69 B 0 6 38 91 6 2A
Octal 144 160 151 13 0 6 70 221 6 52
Binary 1100100 1110000 1101001 1011 0 110 111000 10010001 110 101010

Color Harmonies of #647069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647069

Black with #647069

Text Example


Text Example

White with #647069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647069; }

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

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

background-color css

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

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

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

border-color css

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

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

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