Html Css Color HEX #66716B Sirocco

📋 copy color: '#66716B'

red 102 ◦ green 113 ◦ blue 107

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

Shades of Sirocco #66716B

Tints of Sirocco #66716B

RGB

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

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

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

R = 31.68%
G = 35.09%
B = 33.23%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#66716B (or 0x66716B) is known color: Sirocco. HEX triplet: 66, 71 and 6B. RGB value is (102,113,107). Sum of RGB (Red+Green+Blue) = 102+113+107=322 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.68% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 113 - color contains mainly: green. Hex color #66716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66716B is #998E94. Grayscale: #6D6D6D. Windows color (decimal): -10063509 or 7041382. OLE color: 7041382.

HSL color Cylindrical-coordinate representation of color #66716B: hue angle of 147.27º 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 #66716B is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 113 107 -
CMYK 0.10 0 0.05 0.56
HSL 147.27º 0.05% 0.42% -
HSV(B) 147.27º 0.1% 0.44% -
XYZ 14.04 15.7 16.2 -
YUV 109.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 102 113 107 0.10 0 0.05 0.56 147.27 0.05 0.42
Hex 66 71 6B A 0 5 38 93 5 2A
Octal 146 161 153 12 0 5 70 223 5 52
Binary 1100110 1110001 1101011 1010 0 101 111000 10010011 101 101010

Color Harmonies of #66716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66716B

Black with #66716B

Text Example


Text Example

White with #66716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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