Html Css Color HEX #68706B Sirocco

📋 copy color: '#68706B'

red 104 ◦ green 112 ◦ blue 107

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

Shades of Sirocco #68706B

Tints of Sirocco #68706B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 107 (42.19% from 255) = 33.13%

R = 32.2%
G = 34.67%
B = 33.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#68706B (or 0x68706B) is known color: Sirocco. HEX triplet: 68, 70 and 6B. RGB value is (104,112,107). Sum of RGB (Red+Green+Blue) = 104+112+107=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 112 - color contains mainly: green. Hex color #68706B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68706B is #978F94. Grayscale: #6D6D6D. Windows color (decimal): -9932693 or 7041128. OLE color: 7041128.

HSL color Cylindrical-coordinate representation of color #68706B: hue angle of 142.5º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #68706B is Cyan = 0.07, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 112 107 -
CMYK 0.07 0 0.04 0.56
HSL 142.5º 0.04% 0.42% -
HSV(B) 142.5º 0.07% 0.44% -
XYZ 14.16 15.59 16.17 -
YUV 109.04 126.85 124.41 -
System Red Green Blue C M Y K H S L
Decimal 104 112 107 0.07 0 0.04 0.56 142.5 0.04 0.42
Hex 68 70 6B 7 0 4 38 8E 4 2A
Octal 150 160 153 7 0 4 70 216 4 52
Binary 1101000 1110000 1101011 111 0 100 111000 10001110 100 101010

Color Harmonies of #68706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68706B

Black with #68706B

Text Example


Text Example

White with #68706B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68706B; }

 p { color: rgb(104,112,107); }

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

background-color css

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

 a { background-color: rgb(104,112,107); }

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

border-color css

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

 span { border-color: rgb(104,112,107); }

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