Html Css Color HEX #68826F Sirocco

📋 copy color: '#68826F'

red 104 ◦ green 130 ◦ blue 111

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

Shades of Sirocco #68826F

Tints of Sirocco #68826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 37.68%

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 30.14%
G = 37.68%
B = 32.17%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#68826F (or 0x68826F) is known color: Sirocco. HEX triplet: 68, 82 and 6F. RGB value is (104,130,111). Sum of RGB (Red+Green+Blue) = 104+130+111=345 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.14% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 130 - color contains mainly: green. Hex color #68826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68826F is #977D90. Grayscale: #787878. Windows color (decimal): -9928081 or 7307880. OLE color: 7307880.

HSL color Cylindrical-coordinate representation of color #68826F: hue angle of 136.15º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #68826F is Cyan = 0.2, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 104 130 111 -
CMYK 0.2 0 0.15 0.49
HSL 136.15º 0.11% 0.46% -
HSV(B) 136.15º 0.2% 0.51% -
XYZ 16.56 20.06 18.04 -
YUV 120.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 104 130 111 0.2 0 0.15 0.49 136.15 0.11 0.46
Hex 68 82 6F 14 0 F 31 88 B 2E
Octal 150 202 157 24 0 17 61 210 13 56
Binary 1101000 10000010 1101111 10100 0 1111 110001 10001000 1011 101110

Color Harmonies of #68826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68826F

Black with #68826F

Text Example


Text Example

White with #68826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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