Html Css Color HEX #667869 Sirocco

📋 copy color: '#667869'

red 102 ◦ green 120 ◦ blue 105

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

Shades of Sirocco #667869

Tints of Sirocco #667869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.7%

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

R = 31.19%
G = 36.7%
B = 32.11%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#667869 (or 0x667869) is known color: Sirocco. HEX triplet: 66, 78 and 69. RGB value is (102,120,105). Sum of RGB (Red+Green+Blue) = 102+120+105=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 120 - color contains mainly: green. Hex color #667869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667869 is #998796. Grayscale: #707070. Windows color (decimal): -10061719 or 6912102. OLE color: 6912102.

HSL color Cylindrical-coordinate representation of color #667869: hue angle of 130º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #667869 is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 102 120 105 -
CMYK 0.15 0 0.13 0.53
HSL 130º 0.08% 0.44% -
HSV(B) 130º 0.15% 0.47% -
XYZ 14.75 17.28 15.92 -
YUV 112.91 123.54 120.22 -
System Red Green Blue C M Y K H S L
Decimal 102 120 105 0.15 0 0.13 0.53 130 0.08 0.44
Hex 66 78 69 F 0 D 35 82 8 2C
Octal 146 170 151 17 0 15 65 202 10 54
Binary 1100110 1111000 1101001 1111 0 1101 110101 10000010 1000 101100

Color Harmonies of #667869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667869

Black with #667869

Text Example


Text Example

White with #667869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667869; }

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

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

background-color css

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

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

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

border-color css

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

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

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