Html Css Color HEX #667069 Sirocco

📋 copy color: '#667069'

red 102 ◦ green 112 ◦ blue 105

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

Shades of Sirocco #667069

Tints of Sirocco #667069

RGB

 RED value IS 102 (40.23% from 255) = 31.97%

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

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

R = 31.97%
G = 35.11%
B = 32.92%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#667069 (or 0x667069) is known color: Sirocco. HEX triplet: 66, 70 and 69. RGB value is (102,112,105). Sum of RGB (Red+Green+Blue) = 102+112+105=319 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.97% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 105 (41.41% from 255 or 32.92% from 319); Max value from RGB is 112 - color contains mainly: green. Hex color #667069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667069 is #998F96. Grayscale: #6C6C6C. Windows color (decimal): -10063767 or 6910054. OLE color: 6910054.

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

Color convert

RGB 102 112 105 -
CMYK 0.09 0 0.06 0.56
HSL 138º 0.05% 0.42% -
HSV(B) 138º 0.09% 0.44% -
XYZ 13.82 15.43 15.61 -
YUV 108.21 126.19 123.57 -
System Red Green Blue C M Y K H S L
Decimal 102 112 105 0.09 0 0.06 0.56 138 0.05 0.42
Hex 66 70 69 9 0 6 38 8A 5 2A
Octal 146 160 151 11 0 6 70 212 5 52
Binary 1100110 1110000 1101001 1001 0 110 111000 10001010 101 101010

Color Harmonies of #667069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667069

Black with #667069

Text Example


Text Example

White with #667069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667069; }

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

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

background-color css

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

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

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

border-color css

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

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

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