Html Css Color HEX #676E6A Sirocco

📋 copy color: '#676E6A'

red 103 ◦ green 110 ◦ blue 106

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

Shades of Sirocco #676E6A

Tints of Sirocco #676E6A

RGB

 RED value IS 103 (40.63% from 255) = 32.29%

 GREEN value IS 110 (43.36% from 255) = 34.48%

 BLUE value IS 106 (41.8% from 255) = 33.23%

R = 32.29%
G = 34.48%
B = 33.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.04

 K value IS 0.57

RGB Variations

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

Color information

#676E6A (or 0x676E6A) is known color: Sirocco. HEX triplet: 67, 6E and 6A. RGB value is (103,110,106). Sum of RGB (Red+Green+Blue) = 103+110+106=319 (42% of max value = 765). Red value is 103 (40.62% from 255 or 32.29% from 319); Green value is 110 (43.36% from 255 or 34.48% from 319); Blue value is 106 (41.80% from 255 or 33.23% from 319); Max value from RGB is 110 - color contains mainly: green. Hex color #676E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676E6A is #989195. Grayscale: #6B6B6B. Windows color (decimal): -9998742 or 6975079. OLE color: 6975079.

HSL color Cylindrical-coordinate representation of color #676E6A: hue angle of 145.71º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #676E6A is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 110 106 -
CMYK 0.06 0 0.04 0.57
HSL 145.71º 0.03% 0.42% -
HSV(B) 145.71º 0.06% 0.43% -
XYZ 13.77 15.08 15.82 -
YUV 107.45 127.18 124.83 -
System Red Green Blue C M Y K H S L
Decimal 103 110 106 0.06 0 0.04 0.57 145.71 0.03 0.42
Hex 67 6E 6A 6 0 4 39 92 3 2A
Octal 147 156 152 6 0 4 71 222 3 52
Binary 1100111 1101110 1101010 110 0 100 111001 10010010 11 101010

Color Harmonies of #676E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676E6A

Black with #676E6A

Text Example


Text Example

White with #676E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676E6A; }

 p { color: rgb(103,110,106); }

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

background-color css

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

 a { background-color: rgb(103,110,106); }

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

border-color css

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

 span { border-color: rgb(103,110,106); }

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