Html Css Color HEX #66716C Sirocco

📋 copy color: '#66716C'

red 102 ◦ green 113 ◦ blue 108

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

Shades of Sirocco #66716C

Tints of Sirocco #66716C

RGB

 RED value IS 102 (40.23% from 255) = 31.58%

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

 BLUE value IS 108 (42.58% from 255) = 33.44%

R = 31.58%
G = 34.98%
B = 33.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#66716C (or 0x66716C) is known color: Sirocco. HEX triplet: 66, 71 and 6C. RGB value is (102,113,108). Sum of RGB (Red+Green+Blue) = 102+113+108=323 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.58% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 113 - color contains mainly: green. Hex color #66716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66716C is #998E93. Grayscale: #6D6D6D. Windows color (decimal): -10063508 or 7106918. OLE color: 7106918.

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

Color convert

RGB 102 113 108 -
CMYK 0.10 0 0.04 0.56
HSL 152.73º 0.05% 0.42% -
HSV(B) 152.73º 0.1% 0.44% -
XYZ 14.09 15.72 16.48 -
YUV 109.14 127.36 122.91 -
System Red Green Blue C M Y K H S L
Decimal 102 113 108 0.10 0 0.04 0.56 152.73 0.05 0.42
Hex 66 71 6C A 0 4 38 99 5 2A
Octal 146 161 154 12 0 4 70 231 5 52
Binary 1100110 1110001 1101100 1010 0 100 111000 10011001 101 101010

Color Harmonies of #66716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66716C

Black with #66716C

Text Example


Text Example

White with #66716C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66716C; }

 p { color: rgb(102,113,108); }

 H1.HeaderClassName
 {
   color: #66716C;
 }
 .AnyTagClassName
 {
   color: #66716C;
 }
</style>

background-color css

<style>
 a { background-color: #66716C; }

 a { background-color: rgb(102,113,108); }

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

border-color css

<style>
 span { border-color: #66716C; }

 span { border-color: rgb(102,113,108); }

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