Html Css Color HEX #686F69 Sirocco

📋 copy color: '#686F69'

red 104 ◦ green 111 ◦ blue 105

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

Shades of Sirocco #686F69

Tints of Sirocco #686F69

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.69%

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

R = 32.5%
G = 34.69%
B = 32.81%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#686F69 (or 0x686F69) is known color: Sirocco. HEX triplet: 68, 6F and 69. RGB value is (104,111,105). Sum of RGB (Red+Green+Blue) = 104+111+105=320 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.5% from 320); Green value is 111 (43.75% from 255 or 34.69% from 320); Blue value is 105 (41.41% from 255 or 32.81% from 320); Max value from RGB is 111 - color contains mainly: green. Hex color #686F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F69 is #979096. Grayscale: #6C6C6C. Windows color (decimal): -9932951 or 6909800. OLE color: 6909800.

HSL color Cylindrical-coordinate representation of color #686F69: hue angle of 128.57º degrees, saturation: 0.03, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #686F69 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 111 105 -
CMYK 0.06 0 0.05 0.56
HSL 128.57º 0.03% 0.42% -
HSV(B) 128.57º 0.06% 0.44% -
XYZ 13.94 15.33 15.59 -
YUV 108.22 126.18 124.99 -
System Red Green Blue C M Y K H S L
Decimal 104 111 105 0.06 0 0.05 0.56 128.57 0.03 0.42
Hex 68 6F 69 6 0 5 38 81 3 2A
Octal 150 157 151 6 0 5 70 201 3 52
Binary 1101000 1101111 1101001 110 0 101 111000 10000001 11 101010

Color Harmonies of #686F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F69

Black with #686F69

Text Example


Text Example

White with #686F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686F69; }

 p { color: rgb(104,111,105); }

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

background-color css

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

 a { background-color: rgb(104,111,105); }

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

border-color css

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

 span { border-color: rgb(104,111,105); }

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