Html Css Color HEX #68716A Sirocco

📋 copy color: '#68716A'

red 104 ◦ green 113 ◦ blue 106

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

Shades of Sirocco #68716A

Tints of Sirocco #68716A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 34.98%

 BLUE value IS 106 (41.8% from 255) = 32.82%

R = 32.2%
G = 34.98%
B = 32.82%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#68716A (or 0x68716A) is known color: Sirocco. HEX triplet: 68, 71 and 6A. RGB value is (104,113,106). Sum of RGB (Red+Green+Blue) = 104+113+106=323 (42% of max value = 765). Red value is 104 (41.02% from 255 or 32.20% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 113 - color contains mainly: green. Hex color #68716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68716A is #978E95. Grayscale: #6D6D6D. Windows color (decimal): -9932438 or 6975848. OLE color: 6975848.

HSL color Cylindrical-coordinate representation of color #68716A: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #68716A is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 104 113 106 -
CMYK 0.08 0 0.06 0.56
HSL 133.33º 0.04% 0.43% -
HSV(B) 133.33º 0.08% 0.44% -
XYZ 14.22 15.79 15.93 -
YUV 109.51 126.02 124.07 -
System Red Green Blue C M Y K H S L
Decimal 104 113 106 0.08 0 0.06 0.56 133.33 0.04 0.43
Hex 68 71 6A 8 0 6 38 85 4 2B
Octal 150 161 152 10 0 6 70 205 4 53
Binary 1101000 1110001 1101010 1000 0 110 111000 10000101 100 101011

Color Harmonies of #68716A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68716A

Black with #68716A

Text Example


Text Example

White with #68716A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68716A; }

 p { color: rgb(104,113,106); }

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

background-color css

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

 a { background-color: rgb(104,113,106); }

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

border-color css

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

 span { border-color: rgb(104,113,106); }

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