Html Css Color HEX #66816F Sirocco

📋 copy color: '#66816F'

red 102 ◦ green 129 ◦ blue 111

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

Shades of Sirocco #66816F

Tints of Sirocco #66816F

RGB

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

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

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

R = 29.82%
G = 37.72%
B = 32.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#66816F (or 0x66816F) is known color: Sirocco. HEX triplet: 66, 81 and 6F. RGB value is (102,129,111). Sum of RGB (Red+Green+Blue) = 102+129+111=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 129 (50.78% from 255 or 37.72% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 129 - color contains mainly: green. Hex color #66816F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66816F is #997E90. Grayscale: #767676. Windows color (decimal): -10059409 or 7307622. OLE color: 7307622.

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

Color convert

RGB 102 129 111 -
CMYK 0.21 0 0.14 0.49
HSL 140º 0.12% 0.45% -
HSV(B) 140º 0.21% 0.51% -
XYZ 16.2 19.67 17.98 -
YUV 118.88 123.55 115.96 -
System Red Green Blue C M Y K H S L
Decimal 102 129 111 0.21 0 0.14 0.49 140 0.12 0.45
Hex 66 81 6F 15 0 E 31 8C C 2D
Octal 146 201 157 25 0 16 61 214 14 55
Binary 1100110 10000001 1101111 10101 0 1110 110001 10001100 1100 101101

Color Harmonies of #66816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66816F

Black with #66816F

Text Example


Text Example

White with #66816F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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