Html Css Color HEX #667269 Sirocco

📋 copy color: '#667269'

red 102 ◦ green 114 ◦ blue 105

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

Shades of Sirocco #667269

Tints of Sirocco #667269

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.51%

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

R = 31.78%
G = 35.51%
B = 32.71%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#667269 (or 0x667269) is known color: Sirocco. HEX triplet: 66, 72 and 69. RGB value is (102,114,105). Sum of RGB (Red+Green+Blue) = 102+114+105=321 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.78% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #667269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667269 is #998D96. Grayscale: #6D6D6D. Windows color (decimal): -10063255 or 6910566. OLE color: 6910566.

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

Color convert

RGB 102 114 105 -
CMYK 0.11 0 0.08 0.55
HSL 135º 0.06% 0.42% -
HSV(B) 135º 0.11% 0.45% -
XYZ 14.05 15.88 15.69 -
YUV 109.39 125.52 122.73 -
System Red Green Blue C M Y K H S L
Decimal 102 114 105 0.11 0 0.08 0.55 135 0.06 0.42
Hex 66 72 69 B 0 8 37 87 6 2A
Octal 146 162 151 13 0 10 67 207 6 52
Binary 1100110 1110010 1101001 1011 0 1000 110111 10000111 110 101010

Color Harmonies of #667269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667269

Black with #667269

Text Example


Text Example

White with #667269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667269; }

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

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

background-color css

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

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

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

border-color css

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

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

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