Html Css Color HEX #687269 Sirocco

📋 copy color: '#687269'

red 104 ◦ green 114 ◦ blue 105

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

Shades of Sirocco #687269

Tints of Sirocco #687269

RGB

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

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

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

R = 32.2%
G = 35.29%
B = 32.51%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#687269 (or 0x687269) is known color: Sirocco. HEX triplet: 68, 72 and 69. RGB value is (104,114,105). Sum of RGB (Red+Green+Blue) = 104+114+105=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 114 (44.92% from 255 or 35.29% from 323); Blue value is 105 (41.41% from 255 or 32.51% from 323); Max value from RGB is 114 - color contains mainly: green. Hex color #687269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687269 is #978D96. Grayscale: #6E6E6E. Windows color (decimal): -9932183 or 6910568. OLE color: 6910568.

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

Color convert

RGB 104 114 105 -
CMYK 0.09 0 0.08 0.55
HSL 126º 0.05% 0.43% -
HSV(B) 126º 0.09% 0.45% -
XYZ 14.28 16 15.7 -
YUV 109.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 104 114 105 0.09 0 0.08 0.55 126 0.05 0.43
Hex 68 72 69 9 0 8 37 7E 5 2B
Octal 150 162 151 11 0 10 67 176 5 53
Binary 1101000 1110010 1101001 1001 0 1000 110111 1111110 101 101011

Color Harmonies of #687269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #687269

Black with #687269

Text Example


Text Example

White with #687269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #687269; }

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

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

background-color css

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

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

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

border-color css

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

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

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