Html Css Color HEX #676D68 Sirocco

📋 copy color: '#676D68'

red 103 ◦ green 109 ◦ blue 104

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

Shades of Sirocco #676D68

Tints of Sirocco #676D68

RGB

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

 GREEN value IS 109 (42.97% from 255) = 34.49%

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

R = 32.59%
G = 34.49%
B = 32.91%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#676D68 (or 0x676D68) is known color: Sirocco. HEX triplet: 67, 6D and 68. RGB value is (103,109,104). Sum of RGB (Red+Green+Blue) = 103+109+104=316 (41% of max value = 765). Red value is 103 (40.62% from 255 or 32.59% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 109 - color contains mainly: green. Hex color #676D68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676D68 is #989297. Grayscale: #6A6A6A. Windows color (decimal): -9999000 or 6843751. OLE color: 6843751.

HSL color Cylindrical-coordinate representation of color #676D68: hue angle of 130º 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 #676D68 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 109 104 -
CMYK 0.06 0 0.05 0.57
HSL 130º 0.03% 0.42% -
HSV(B) 130º 0.06% 0.43% -
XYZ 13.56 14.82 15.24 -
YUV 106.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 103 109 104 0.06 0 0.05 0.57 130 0.03 0.42
Hex 67 6D 68 6 0 5 39 82 3 2A
Octal 147 155 150 6 0 5 71 202 3 52
Binary 1100111 1101101 1101000 110 0 101 111001 10000010 11 101010

Color Harmonies of #676D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676D68

Black with #676D68

Text Example


Text Example

White with #676D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,109,104); }

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

background-color css

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

 a { background-color: rgb(103,109,104); }

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

border-color css

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

 span { border-color: rgb(103,109,104); }

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