Html Css Color HEX #68816F Sirocco

📋 copy color: '#68816F'

red 104 ◦ green 129 ◦ blue 111

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

Shades of Sirocco #68816F

Tints of Sirocco #68816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 37.5%

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

R = 30.23%
G = 37.5%
B = 32.27%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#68816F (or 0x68816F) is known color: Sirocco. HEX triplet: 68, 81 and 6F. RGB value is (104,129,111). Sum of RGB (Red+Green+Blue) = 104+129+111=344 (45% of max value = 765). Red value is 104 (41.02% from 255 or 30.23% from 344); Green value is 129 (50.78% from 255 or 37.5% from 344); Blue value is 111 (43.75% from 255 or 32.27% from 344); Max value from RGB is 129 - color contains mainly: green. Hex color #68816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68816F is #977E90. Grayscale: #777777. Windows color (decimal): -9928337 or 7307624. OLE color: 7307624.

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

Color convert

RGB 104 129 111 -
CMYK 0.19 0 0.14 0.49
HSL 136.8º 0.11% 0.46% -
HSV(B) 136.8º 0.19% 0.51% -
XYZ 16.43 19.79 17.99 -
YUV 119.47 123.22 116.96 -
System Red Green Blue C M Y K H S L
Decimal 104 129 111 0.19 0 0.14 0.49 136.8 0.11 0.46
Hex 68 81 6F 13 0 E 31 89 B 2E
Octal 150 201 157 23 0 16 61 211 13 56
Binary 1101000 10000001 1101111 10011 0 1110 110001 10001001 1011 101110

Color Harmonies of #68816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68816F

Black with #68816F

Text Example


Text Example

White with #68816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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