Html Css Color HEX #667268 Sirocco

📋 copy color: '#667268'

red 102 ◦ green 114 ◦ blue 104

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

Shades of Sirocco #667268

Tints of Sirocco #667268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.5%

R = 31.88%
G = 35.63%
B = 32.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#667268 (or 0x667268) is known color: Sirocco. HEX triplet: 66, 72 and 68. RGB value is (102,114,104). Sum of RGB (Red+Green+Blue) = 102+114+104=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 104 (41.02% from 255 or 32.5% from 320); Max value from RGB is 114 - color contains mainly: green. Hex color #667268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667268 is #998D97. Grayscale: #6D6D6D. Windows color (decimal): -10063256 or 6845030. OLE color: 6845030.

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

Color convert

RGB 102 114 104 -
CMYK 0.11 0 0.09 0.55
HSL 130º 0.06% 0.42% -
HSV(B) 130º 0.11% 0.45% -
XYZ 14 15.86 15.42 -
YUV 109.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 102 114 104 0.11 0 0.09 0.55 130 0.06 0.42
Hex 66 72 68 B 0 9 37 82 6 2A
Octal 146 162 150 13 0 11 67 202 6 52
Binary 1100110 1110010 1101000 1011 0 1001 110111 10000010 110 101010

Color Harmonies of #667268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #667268

Black with #667268

Text Example


Text Example

White with #667268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #667268; }

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

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

background-color css

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

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

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

border-color css

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

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

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