Html Css Color HEX #66856F Sirocco

📋 copy color: '#66856F'

red 102 ◦ green 133 ◦ blue 111

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

Shades of Sirocco #66856F

Tints of Sirocco #66856F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.44%

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

R = 29.48%
G = 38.44%
B = 32.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#66856F (or 0x66856F) is known color: Sirocco. HEX triplet: 66, 85 and 6F. RGB value is (102,133,111). Sum of RGB (Red+Green+Blue) = 102+133+111=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 133 (52.34% from 255 or 38.44% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 133 - color contains mainly: green. Hex color #66856F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66856F is #997A90. Grayscale: #797979. Windows color (decimal): -10058385 or 7308646. OLE color: 7308646.

HSL color Cylindrical-coordinate representation of color #66856F: hue angle of 137.42º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #66856F is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 102 133 111 -
CMYK 0.23 0 0.17 0.48
HSL 137.42º 0.13% 0.46% -
HSV(B) 137.42º 0.23% 0.52% -
XYZ 16.74 20.75 18.16 -
YUV 121.22 122.23 114.29 -
System Red Green Blue C M Y K H S L
Decimal 102 133 111 0.23 0 0.17 0.48 137.42 0.13 0.46
Hex 66 85 6F 17 0 11 30 89 D 2E
Octal 146 205 157 27 0 21 60 211 15 56
Binary 1100110 10000101 1101111 10111 0 10001 110000 10001001 1101 101110

Color Harmonies of #66856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66856F

Black with #66856F

Text Example


Text Example

White with #66856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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