Html Css Color HEX #68746D Sirocco

📋 copy color: '#68746D'

red 104 ◦ green 116 ◦ blue 109

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

Shades of Sirocco #68746D

Tints of Sirocco #68746D

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

 BLUE value IS 109 (42.97% from 255) = 33.13%

R = 31.61%
G = 35.26%
B = 33.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.06

 K value IS 0.55

RGB Variations

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

Color information

#68746D (or 0x68746D) is known color: Sirocco. HEX triplet: 68, 74 and 6D. RGB value is (104,116,109). Sum of RGB (Red+Green+Blue) = 104+116+109=329 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.61% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 109 (42.97% from 255 or 33.13% from 329); Max value from RGB is 116 - color contains mainly: green. Hex color #68746D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68746D is #978B92. Grayscale: #6F6F6F. Windows color (decimal): -9931667 or 7173224. OLE color: 7173224.

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

Color convert

RGB 104 116 109 -
CMYK 0.10 0 0.06 0.55
HSL 145º 0.05% 0.43% -
HSV(B) 145º 0.1% 0.45% -
XYZ 14.71 16.54 16.88 -
YUV 111.61 126.52 122.57 -
System Red Green Blue C M Y K H S L
Decimal 104 116 109 0.10 0 0.06 0.55 145 0.05 0.43
Hex 68 74 6D A 0 6 37 91 5 2B
Octal 150 164 155 12 0 6 67 221 5 53
Binary 1101000 1110100 1101101 1010 0 110 110111 10010001 101 101011

Color Harmonies of #68746D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68746D

Black with #68746D

Text Example


Text Example

White with #68746D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68746D; }

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

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

background-color css

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

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

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

border-color css

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

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

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